summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ba335c1d..845523a4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,13 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:functional]
+basepython = python2.7
+setenv =
+ OS_TEST_PATH = ./novaclient/tests/functional
+commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
+
+[testenv:functional-py34]
+basepython = python3.4
setenv =
OS_TEST_PATH = ./novaclient/tests/functional
commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'