summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 c494cb94..be3b3315 100644
--- a/tox.ini
+++ b/tox.ini
@@ -158,7 +158,7 @@ deps =
-r{toxinidir}/integration-requirements.txt
[testenv:integration-tests]
-commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests}
+commands = {envpython} -m pytest --log-cli-level=INFO -vv {posargs:tests/integration_tests}
deps =
-r{toxinidir}/integration-requirements.txt
passenv = CLOUD_INIT_* PYCLOUDLIB_* SSH_AUTH_SOCK OS_*