Fix bug 1467
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index bc316e1..4d64762 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,14 +27,14 @@ 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
 deps =
-  pylint
+  pylint==2.6.0
   -rrequirements.txt
 commands =
   pylint -E n2vc --ignore=tests
@@ -42,7 +42,7 @@ commands =
 [testenv:pylint-tests]
 basepython = python3
 deps =
-  pylint
+  pylint==2.6.0
   -rrequirements.txt
   -rtest-requirements.txt
 commands =