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 8add2572..fdc89d52 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,9 @@ setenv =
commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
[testenv:cover]
-commands = python setup.py testr --coverage --testr-args='{posargs}'
+commands =
+ python setup.py testr --coverage --testr-args='{posargs}'
+ coverage report
[flake8]
# Following checks should be enabled in the future.