summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Liu <liujiong@gohighsec.com>2017-01-13 10:58:19 +0800
committerJeremy Liu <liujiong@gohighsec.com>2017-01-13 10:58:19 +0800
commit66be00b0906c80df750353be2fbd7afd25d918ad (patch)
treeba4d68f8b1ef29e6527443624521fa4753db2670
parentfb803225f3e7c48958acc86a9e9b747d598320ee (diff)
downloadpython-saharaclient-66be00b0906c80df750353be2fbd7afd25d918ad.tar.gz
Enable coverage report in console output
Change-Id: I6bba1cc99c9c34efdf61a0d0ee0a0a2b6dcc77b0
-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