summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c0a3b868..d6c44b84 100644
--- a/tox.ini
+++ b/tox.ini
@@ -141,6 +141,7 @@ commands =
deps =
-r{toxinidir}/test-requirements.txt
commands = {envpython} -m pytest \
+ -vvvv --showlocals \
--durations 10 \
-m "not hypothesis_slow" \
{posargs:--cov=cloudinit --cov-branch tests/unittests}