diff --git a/tox.ini b/tox.ini index c0d24e81..4d515c4f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]