Add South migrations back, use in tests in Django<1.7.
[django-cas-provider.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c11d95d..d62a393 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,13 +5,13 @@ envlist=clear,
     stats
 
 [testenv]
-indexserver=https://py.mdrn.pl:8443
 commands=coverage run --source=cas_provider --append --branch cas_provider_examples/manage.py test simple
 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
+    d15,d16: https://bitbucket.org/andrewgodwin/south/get/e2c9102ee033.zip
     coverage
 basepython=
     py26: python2.6