summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d038cc3..c0d24e8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,8 +34,8 @@ commands = pip install django>=1.9,<1.10
python openstack_auth/tests/run_tests.py {posargs}
[testenv:py27dj110]
-commands = pip install django --pre --upgrade
- /bin/bash run_tests.sh -N --no-pep8 {posargs}
+commands = pip install django>=1.10,<2.0
+ python openstack_auth/tests/run_tests.py {posargs}
[testenv:pep8]
setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings