Fix Django 1.10 tox env

Change-Id: I2c2ad60839fbe5f931544f076c90feda9dac997a
This commit is contained in:
Rob Cresswell 2016-08-02 16:28:49 +01:00
parent 737e2a884d
commit e46f0dccd7
1 changed files with 2 additions and 2 deletions

View File

@ -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