summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-01-12 18:43:13 +0000
committerRob Cresswell <robert.cresswell@outlook.com>2016-01-12 18:56:24 +0000
commit49ce86538e2a7e55635d7f0dfbd8d42b059e40de (patch)
tree96583c382b9b012a83a8a7f585c2e638ec824496 /tox.ini
parenteb1a7ccbccf1c5901d89cd4e7a83c9a5cfe22e7a (diff)
downloadhorizon-49ce86538e2a7e55635d7f0dfbd8d42b059e40de.tar.gz
Add py27dj19 tox env
This adds a failing Django 1.9 tox env. This will be followed by a non-voting Jenkins job to show the tests failing, and then a follow up patch to make them pass. Change-Id: I0534746360266e4a99e014d69ac19ab2d5b44a83 Partially-Implements: blueprint drop-dj17
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ae3015720..23ad384b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,6 +87,10 @@ basepython = python2.7
commands = pip install django>=1.8,<1.9
/bin/bash run_tests.sh -N --no-pep8 {posargs}
+[testenv:py27dj19]
+commands = pip install django>=1.9,<1.10
+ /bin/bash run_tests.sh -N --no-pep8 {posargs}
+
[testenv:py27integration]
basepython = python2.7
commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}