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 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}