diff options
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini index baf2214a..4022b75d 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -8,3 +8,4 @@ downloadcache = ~/cache/pip [testenv] deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test lcm + coverage html --omit="*test*,*__init__.py" -d htmlcov |