summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9f17a0e3..3ac09aef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ commands =
[testenv:functional]
setenv =
OS_TEST_PATH = ./novaclient/tests/functional
+commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'