summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2017-07-05 11:42:34 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2017-07-05 11:49:34 +0100
commit1af919009ab11a4e9ff3fed4ffc673b037039d21 (patch)
tree5b5b54d6f57da7eb2ff781ae8aba5d01f481d3bf
parenta1e421e0b782e4eaea7815033b04f8512cc44e42 (diff)
downloaddjango_openstack_auth-1af919009ab11a4e9ff3fed4ffc673b037039d21.tar.gz
Add Django 1.11 tox env
Change-Id: I274130c0c24c536dea8f150226c8f7f54c4e5ed5
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0f284bc..ff65dc5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,6 +43,10 @@ commands = pip install django>=1.9,<1.10
commands = pip install django>=1.10,<1.11
python openstack_auth/tests/run_tests.py {posargs}
+[testenv:py27dj111]
+commands = pip install django>=1.11,<2.0
+ python openstack_auth/tests/run_tests.py {posargs}
+
[testenv:pep8]
setenv = {[env-common]setenv}
DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings