Skip to content

Commit 234b2d4

Browse files
committed
Don't do 1.9 yet, it needs work
1 parent 20fd3b4 commit 234b2d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
[tox]
1313
envlist =
14-
py27-django{14,15,16,17,18,19},
15-
py34-django{15,16,17,18,19},
16-
py35-django{18,19},
14+
py27-django{14,15,16,17,18},
15+
py34-django{15,16,17,18},
16+
py35-django{18},
1717
check,doc
1818

1919
[testenv]
@@ -23,7 +23,6 @@ deps =
2323
django16: Django >=1.6, <1.7
2424
django17: Django >=1.7, <1.8
2525
django18: Django >=1.8, <1.9
26-
django19: Django >=1.9b1
2726

2827
commands =
2928
python -c "import tests.banner"

0 commit comments

Comments
 (0)