Add lcm op occ to scale to level
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index 62a7adf..38686e9 100644 (file)
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501,E722
+ignore = E501,E722,W504
 exclude = ./venv-tox,./.tox
 max-complexity = 27
 
@@ -23,4 +23,4 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov
+commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"