summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fef9643b..846e7e3f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,8 @@ recreate = True
commands = python -m nose {posargs:tests/unittests cloudinit}
setenv =
LC_ALL = en_US.utf-8
+passenv=
+ NOSE_VERBOSE
[testenv:pycodestyle]
basepython = python3