summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulie Pichon <jpichon@redhat.com>2013-05-28 15:43:34 +0100
committerJulie Pichon <jpichon@redhat.com>2013-05-29 12:09:06 +0100
commita6d72d7bfed60447c428ff17acf7f33dbfce1843 (patch)
tree0591853248b3bee92a158f5ec15d9b2529efb97e /tox.ini
parent144fda877fb1a757626fe074f0f80d7ee7e44e34 (diff)
downloadhorizon-a6d72d7bfed60447c428ff17acf7f33dbfce1843.tar.gz
New tox environment for testing with Django 1.4
First step toward resolving bug #1183863 Change-Id: Id7dbf011968ea817c547cd020fbf697f7b538181
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 974ba9dbc..0c938991f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8
+envlist = py26,py27,py27dj14,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -21,6 +21,11 @@ commands = {posargs}
[testenv:cover]
commands = /bin/bash run_tests.sh -N --coverage
+[testenv:py27dj14]
+basepython = python2.7
+commands = pip install django==1.4
+ /bin/bash run_tests.sh -N
+
[tox:jenkins]
downloadcache = ~/cache/pip