Merge branch 'master' of ssh://git.mdrn.pl/django-ssify
[django-ssify.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5954c8d..063a6b3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,8 @@
 [tox]
 envlist=clear,
     d1{5,6}-py{26,27,32,33,py},
-    d{17,d}-py{27,32,33,34,py},
+    d{17,18}-py{27,32,33,34,py},
+    d{d}-py{27,33,34,py},
     stats
 
 [testenv]
@@ -14,7 +15,8 @@ deps=
     d15: Django>=1.5,<1.6
     d16: Django>=1.6,<1.7
     d17: Django>=1.7,<1.8
-    dd: https://github.com/django/django/zipball/master
+    d18: Django>=1.8,<1.9
+    dd: https://github.com/django/django/archive/master.tar.gz
     coverage
 
 [testenv:clear]