diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |