summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dba1191..a9fd5bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,9 @@ basepython = python3.4
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]
-commands = python setup.py test --coverage --testr-args='{posargs}'
+commands =
+ python setup.py test --coverage --testr-args='{posargs}'
+ coverage report
[tox:jenkins]
sitepackages = False