summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4765d3bd..055b1f07 100644
--- a/tox.ini
+++ b/tox.ini
@@ -263,7 +263,10 @@ deps = isort
commands = {[testenv:isort]commands}
[testenv:integration-tests]
-commands = {envpython} -m pytest --log-cli-level=INFO -vv {posargs:tests/integration_tests}
+commands = {envpython} -m pytest -vv \
+ --log-cli-level=INFO \
+ --durations 10 \
+ {posargs:tests/integration_tests}
deps =
-r{toxinidir}/integration-requirements.txt
passenv = CLOUD_INIT_* PYCLOUDLIB_* SSH_AUTH_SOCK OS_*