Remove EntityType from juju watcher and workaround juju bug for retrieving the status
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 490d03e..a0f0503 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,9 +27,9 @@ deps =
 commands =
   coverage erase
   nose2 -C --coverage n2vc --plugin nose2.plugins.junitxml -s n2vc
-  coverage report --omit='*tests*'
-  coverage html -d ./cover --omit='*tests*'
-  coverage xml -o coverage.xml --omit='*tests*'
+  coverage report --omit='*n2vc/tests*'
+  coverage html -d ./cover --omit='*n2vc/tests*'
+  coverage xml -o coverage.xml --omit='*n2vc/tests*'
 
 [testenv:pylint]
 basepython = python3
@@ -65,7 +65,7 @@ commands =
 
 [flake8]
 # W503 is invalid PEP-8
-max-line-length = 88
+max-line-length = 100
 show-source = True
 ignore = W503,E203
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,devops_stages/*,.rst