summaryrefslogtreecommitdiffstats
path: root/newton/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'newton/tox.ini')
-rw-r--r--newton/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/newton/tox.ini b/newton/tox.ini
index 87aca481..4e15a2e7 100644
--- a/newton/tox.ini
+++ b/newton/tox.ini
@@ -8,3 +8,5 @@ downloadcache = ~/cache/pip
[testenv]
deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test newton
+ coverage html --omit="*test*,*__init__.py" -d htmlcov
+