summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Sedovic <tsedovic@redhat.com>2013-10-08 11:35:38 +0200
committerTomas Sedovic <tsedovic@redhat.com>2013-10-08 13:36:15 +0200
commita2b44821cffcb734ad5be4d6144a86f80eb5bc11 (patch)
tree2d961f3c589d65f02ee7de669ec9ec26757d975e
parent935e3bb39adbe9d3d81bf800819a30843440c8c6 (diff)
downloadtuskar-ui-a2b44821cffcb734ad5be4d6144a86f80eb5bc11.tar.gz
Remove Django 1.4 tests
Tuskar isn't compatible with Django 1.4 at this point (i.e. the tests fail) and we've decided not to port it just yet. Change-Id: I49b9174514a617bbe31073e13750198df75edc76 Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 56ad8b0c..051e43a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py27dj14,pep8
+envlist = py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -21,11 +21,6 @@ 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