summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lcm/tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini
index 5a72b4d5..8ee9a71c 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,pep8
+envlist = py27,pep8,cov
skipsdist = true
[tox:jenkins]
@@ -20,3 +20,6 @@ commands = flake8
[testenv:py27]
commands =
{[testenv]commands}
+
+[testenv:cov]
+commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov