summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTomas Sedovic <tsedovic@redhat.com>2013-08-26 15:59:31 +0200
committerTomas Sedovic <tsedovic@redhat.com>2013-08-27 13:53:38 +0200
commit82cd363bf55b70ea9435736eb9890b351cae2f87 (patch)
tree4d8cbee49aaa3abcadcdd101875ce65d066c7665 /tox.ini
parent433eb2d4d9bfab71783961a42d15b7d53b6bb86b (diff)
downloadtuskar-ui-82cd363bf55b70ea9435736eb9890b351cae2f87.tar.gz
Fix Tox
We can now run the tests using the `tox` command without needing to have the Horizon source checked out alongside (the horizon package is a test dependency). All tests except for Django 1.4 are currently passing. Change-Id: Id835e14868225a7bc13ff25bc666547a85d085e5 Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e413e8d4..e5714840 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py27dj14,pep8,py33
+envlist = py26,py27,py27dj14,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}