Added more logs for Bug 1258-CPU metrics not shown in Prometheus
[osm/MON.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b5c0df0..efea4e6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ commands =
   nose2 -C --coverage osm_mon --plugin nose2.plugins.junitxml
   coverage report --omit='*tests*'
   coverage html -d ./cover --omit='*tests*'
-  coverage xml -o ./cover/coverage.xml --omit='*tests*'
+  coverage xml -o coverage.xml --omit='*tests*'
 
 [testenv:pylint]
 basepython = python3
@@ -76,6 +76,6 @@ commands = python3 setup.py --command-packages=stdeb.command bdist_deb
 # E123, E125 skipped as they are invalid PEP-8.
 max-line-length = 120
 show-source = True
-ignore = E123,E125,E241
+ignore = E123,E125,E241,W503
 builtins = _
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,devops_stages/*,.rst