diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-18 12:36:58 -0500 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2019-12-18 10:36:58 -0700 |
commit | 8c96cbc1b6ec4c862e1fa36ef25ce56a00a1bfa6 (patch) | |
tree | dd8ff6eb3db34026b8ebe2a2f2c51486c02e3856 /tox.ini | |
parent | a1063b89e32fa698382bb9617632c0b5f206cdb4 (diff) | |
download | vyos-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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |