v. 0.2.4:
[django-ssify.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0daa6e6..8aa3898 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,8 @@
 [tox]
 envlist=clear,
     d1{5,6}-py{26,27,32,33},
-    d{17,d}-py{27,32,33,34},
+    d{17,18}-py{27,32,33,34},
+    d{d}-py{27,33,34},
     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
 basepython=
     py26: python2.6