summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 48351b60..c8910f5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,9 @@ passenv = OS_NOVACLIENT_TEST_NETWORK
setenv =
{[testenv]setenv}
OS_TEST_PATH = ./novaclient/tests/functional
-commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
+commands =
+ bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
+ python novaclient/tests/functional/hooks/check_resources.py
[testenv:functional-py35]
basepython = python3.5
@@ -54,7 +56,9 @@ passenv = OS_NOVACLIENT_TEST_NETWORK
setenv =
{[testenv]setenv}
OS_TEST_PATH = ./novaclient/tests/functional
-commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
+commands =
+ bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
+ python novaclient/tests/functional/hooks/check_resources.py
[testenv:cover]
commands =