Skip to content

Commit 05c65bc

Browse files
committed
Test on Django 1.9b1
1 parent 6ce2748 commit 05c65bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 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},
15-
py34-django{15,16,17,18},
16-
py35-django{18},
14+
py27-django{14,15,16,17,18,19},
15+
py34-django{15,16,17,18,19},
16+
py35-django{18,19},
1717
check,doc
1818

1919
[testenv]
@@ -23,6 +23,7 @@ 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
2627

2728
commands =
2829
python -c "import tests.banner"

0 commit comments

Comments
 (0)