Bump vfc-gvnfm-vnflcm release version to 1.0.1
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index 5a72b4d..7474134 100644 (file)
@@ -1,12 +1,12 @@
 [tox]
-envlist = py27,pep8
+envlist = py27,pep8,cov
 skipsdist = true
 
 [tox:jenkins]
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501
+ignore = E501,E722
 max-complexity = 27
 
 [testenv]
@@ -20,3 +20,6 @@ commands = flake8
 [testenv:py27]
 commands =
   {[testenv]commands}
+
+[testenv:cov]
+commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov