summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Liu <liujiong@gohighsec.com>2017-01-13 10:53:22 +0800
committerJeremy Liu <liujiong@gohighsec.com>2017-01-13 10:53:22 +0800
commitfd218e922954a2d94bccd8d14efc3bbc7897675b (patch)
treee33f4fd66e1c97306e192ce20c72fac8db9d86ab
parent0457179dc2d8bc1f086d517c27ea8bfb2558aed1 (diff)
downloadpython-ceilometerclient-fd218e922954a2d94bccd8d14efc3bbc7897675b.tar.gz
Enable coverage report in console output
Change-Id: I70cf768459360166bd0a76a74eff57bc0b7acda9
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index faa0645..a323213 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,9 @@ deps = hacking<0.13,>=0.12
commands = flake8
[testenv:cover]
-commands = python setup.py testr --coverage --testr-args='{posargs}'
+commands =
+ python setup.py testr --coverage --testr-args='{posargs}'
+ coverage report
[testenv:venv]
commands = {posargs}