summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2019-12-18 12:36:58 -0500
committerChad Smith <chad.smith@canonical.com>2019-12-18 10:36:58 -0700
commit8c96cbc1b6ec4c862e1fa36ef25ce56a00a1bfa6 (patch)
treedd8ff6eb3db34026b8ebe2a2f2c51486c02e3856 /tox.ini
parenta1063b89e32fa698382bb9617632c0b5f206cdb4 (diff)
downloadvyos-cloud-init-8c96cbc1b6ec4c862e1fa36ef25ce56a00a1bfa6.tar.gz
vyos-cloud-init-8c96cbc1b6ec4c862e1fa36ef25ce56a00a1bfa6.zip
ci: emit names of tests run in Travis (#120)
This makes it easier to debug differences in test behaviour between Travis and local developer environments.
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