summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 2573302..96292cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py27,py27dj17,py27dj18,pep8,py33,py34
+envlist = py27,py27dj18,pep8,py33,py34
[testenv]
usedevelop = True
@@ -24,10 +24,6 @@ commands =
python -m coverage html --include='openstack_auth/*' --omit='openstack_auth/tests/*' -d 'reports'
python -m coverage xml --include='openstack_auth/*' --omit='openstack_auth/tests/*'
-[testenv:py27dj17]
-commands = pip install django>=1.7,<1.8
- python openstack_auth/tests/run_tests.py {posargs}
-
# Django 1.8 is LTS
[testenv:py27dj18]
commands = pip install django>=1.8,<1.9