Skip to content

Commit ae89813

Browse files
committed
Fix the pairings of Django and Python
1 parent 0e956ad commit ae89813

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
[tox]
13-
envlist = py{27,34,35}-django{14,15,16,17,18},check
13+
envlist = py27-django{14,15,16,17,18},py34-django{15,16,17,18},py35-django{18},check
1414

1515
[testenv]
1616
deps =
@@ -26,10 +26,6 @@ commands =
2626

2727
usedevelop = True
2828

29-
[testenv:py34-django14]
30-
commands =
31-
python -c "print('Django 1.4 does not support Python 3.')"
32-
3329
[testenv:check]
3430
deps =
3531
pep8

0 commit comments

Comments
 (0)