Fix django 1.10 tox env

I got carried away and capped the dj110 tox end at <2.0. It should
be capped at <1.11.

Change-Id: I40064b90dc2a340304b6da40f80a6b4e0ffa8a9c
This commit is contained in:
Rob Cresswell 2016-08-04 21:59:25 +01:00
parent 90822c4c83
commit 6c8a1d49a8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ commands = pip install django>=1.9,<1.10
python openstack_auth/tests/run_tests.py {posargs}
[testenv:py27dj110]
commands = pip install django>=1.10,<2.0
commands = pip install django>=1.10,<1.11
python openstack_auth/tests/run_tests.py {posargs}
[testenv:pep8]