summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 84806cc..e2f1265 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,8 @@ commands =
commands = {posargs}
[testenv:cover]
-commands = python setup.py testr --coverage
+commands = python setup.py testr --coverage
+ coverage report
[testenv:func]
setenv = OS_TEST_PATH=tests.functional