summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-25 11:01:50 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-25 11:17:58 +0200
commitd5e3e0d4dd0d2cdcc3d6b51efe70d62072d85eca (patch)
tree784482f73c02f3519a58ed9e43b692676db7d57f /tox.ini
parent9caebb790345d4351051f97c9e7341aa2af0c808 (diff)
downloadgemato-d5e3e0d4dd0d2cdcc3d6b51efe70d62072d85eca.tar.gz
tox: Generate coverage report while at it
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 052060b..a9ca8a8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,4 +51,7 @@ commands = coverage run -p -m unittest discover -v
[testenv:end]
deps =
coverage
-commands = coverage combine
+commands =
+ coverage combine
+ coverage html
+ coverage report