diff --git a/tox.ini b/tox.ini index c494cb94dc9..be3b3315de1 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_*