summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-08-02 16:28:49 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-08-02 16:28:49 +0100
commite46f0dccd70751c2d4142a1592fc1c9164581a03 (patch)
tree56dda1bff1416e5a4e94a651c053763a4bba4789
parent737e2a884d97b98a763b022ede0ee3f5daba8968 (diff)
downloaddjango_openstack_auth-e46f0dccd70751c2d4142a1592fc1c9164581a03.tar.gz
Fix Django 1.10 tox env
Change-Id: I2c2ad60839fbe5f931544f076c90feda9dac997a
-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