We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d430a46 commit 296def9Copy full SHA for 296def9
tox.ini
@@ -1,6 +1,5 @@
1
[tox]
2
envlist=
3
- py27-django111,
4
py35-django111,
5
py36-django111,
6
py37-django111,
@@ -43,16 +42,6 @@ commands=
43
42
44
# Build configurations...
45
46
-[testenv:py27-django111]
47
-basepython=python2.7
48
-deps=
49
- django>=1.11,<1.12
50
- ipaddress
51
- netaddr
52
- psycopg2-binary
53
- djangorestframework<3.10
54
- unittest2
55
-
56
[testenv:py35-django111]
57
basepython=python3.5
58
deps=
0 commit comments