Test with Django 1.8, 1.9
[fnpdjango.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 981f570..cf4976a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,9 @@
 envlist=clear,
     d14-py{26,27},
     d1{5,6}-py{26,27,32,33},
-    d{17,d}-py{27,32,33,34},
+    d17-py{27,32,33,34},
+    d18-py{27,32,33,34,35},
+    d{19,d}-py{27,34,35},
     stats
 
 [testenv]
@@ -16,6 +18,8 @@ deps=
     d15: Django>=1.5,<1.6
     d16: Django>=1.6,<1.7
     d17: Django>=1.7,<1.8
+    d18: Django>=1.8,<1.9
+    d19: Django>=1.9,<1.10
     dd: https://github.com/django/django/zipball/master
     coverage
 install_command =