summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-06-29 11:36:37 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-06-29 11:36:37 +0100
commit0afe75fabc4b3a1c9e9482099fad220008370167 (patch)
tree66a6704464f2693667cf9cc8a749a3a15e5d230a
parent9c73ff2e65448fe15f7324c1d0f10e77b866af19 (diff)
downloaddjango_openstack_auth-0afe75fabc4b3a1c9e9482099fad220008370167.tar.gz
Add Django 1.10 tox env
This will be used for a non-voting test run by infra. Change-Id: Ic9ddd926e13c5d701bbc4df740c6d51f1d7ba30f
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2820995..d038cc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,10 @@ commands = pip install django>=1.8,<1.9
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}
+
[testenv:pep8]
setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings
commands = flake8