aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 8a6caa9..b7fb6f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,25 +57,25 @@ deps =
[testenv:py26-django16]
basepython = python2.6
deps =
- https://www.djangoproject.com/download/1.6c1/tarball/
+ Django>=1.6,<1.7
{[testenv]deps}
[testenv:py27-django16]
basepython = python2.7
deps =
- https://www.djangoproject.com/download/1.6c1/tarball/
+ Django>=1.6,<1.7
{[testenv]deps}
[testenv:py32-django16]
basepython = python3.2
deps =
- https://www.djangoproject.com/download/1.6c1/tarball/
+ Django>=1.6,<1.7
{[testenv]deps}
[testenv:py33-django16]
basepython = python3.3
deps =
- https://www.djangoproject.com/download/1.6c1/tarball/
+ Django>=1.6,<1.7
{[testenv]deps}
[testenv:flake8]