summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-08-04 21:59:25 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-08-04 21:59:25 +0100
commit6c8a1d49a84ac82ffc98f105f24091cabce88984 (patch)
treec4ad35dde5bbdf095259aa624794e7d18e1db544
parent90822c4c8357a532f3ca3dcb3618facf1600fa72 (diff)
downloaddjango_openstack_auth-6c8a1d49a84ac82ffc98f105f24091cabce88984.tar.gz
Fix django 1.10 tox env2.4.0
I got carried away and capped the dj110 tox end at <2.0. It should be capped at <1.11. Change-Id: I40064b90dc2a340304b6da40f80a6b4e0ffa8a9c
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c0d24e8..4d515c4 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]