aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index c986250c..befef744 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist =
py27-{flake8,docs},
{py26,py27}-django14,
{py26,py27,py32,py33,py34}-django{15,16},
- {py27,py32,py33,py34}-django{17,18beta}
+ {py27,py32,py33,py34}-django{17,18}
[testenv]
commands = ./runtests.py --fast
@@ -14,14 +14,14 @@ deps =
django15: Django==1.5.6 # Should track minimum supported
django16: Django==1.6.3 # Should track minimum supported
django17: Django==1.7.2 # Should track maximum supported
- django18beta: https://www.djangoproject.com/download/1.8b1/tarball/
+ django18: Django==1.8 # Should track maximum supported
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
[testenv:py27-flake8]
deps =
- -rrequirements/requirements-testing.txt
-rrequirements/requirements-codestyle.txt
+ -rrequirements/requirements-testing.txt
commands = ./runtests.py --lintonly
[testenv:py27-docs]