Corrected bugs on support for helm v3
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 94dbdb0..a0f0503 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@
 #     limitations under the License.
 
 [tox]
-envlist = cover, flake8, pylint, pylinttests
+envlist = cover, flake8, pylint, pylint-tests
 skipsdist=True
 
 [testenv]
@@ -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
@@ -39,7 +39,7 @@ deps =
 commands =
   pylint -E n2vc --ignore=tests
 
-[testenv:pylinttests]
+[testenv:pylint-tests]
 basepython = python3
 deps =
   pylint