diff options
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r-- | gvnfmadapter/tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini index e70d504..5030504 100644 --- a/gvnfmadapter/tox.ini +++ b/gvnfmadapter/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py27,pep8,cov skipsdist = true [testenv] @@ -16,4 +16,7 @@ commands = flake8 [testenv:py27] commands = - {[testenv]commands}
\ No newline at end of file + {[testenv]commands} + +[testenv:cov] +commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file |