Skip to content

Commit bd2f1e0

Browse files
committedAug 26, 2024
also remove Python2.7 from tox.ini
1 parent c2ee13b commit bd2f1e0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎tox.ini

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist=
3-
py27-django111,
43
py35-django111,
54
py36-django111,
65
py37-django111,
@@ -43,16 +42,6 @@ commands=
4342

4443
# Build configurations...
4544

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-
5645
[testenv:py35-django111]
5746
basepython=python3.5
5847
deps=

0 commit comments

Comments
 (0)