Change to sane default timeout
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d2674c9..490d03e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@
 #     limitations under the License.
 
 [tox]
 #     limitations under the License.
 
 [tox]
-envlist = cover, flake8, pylint
+envlist = cover, flake8, pylint, pylint-tests
 skipsdist=True
 
 [testenv]
 skipsdist=True
 
 [testenv]
@@ -37,7 +37,16 @@ deps =
   pylint
   -rrequirements.txt
 commands =
   pylint
   -rrequirements.txt
 commands =
-  pylint -E n2vc
+  pylint -E n2vc --ignore=tests
+
+[testenv:pylint-tests]
+basepython = python3
+deps =
+  pylint
+  -rrequirements.txt
+  -rtest-requirements.txt
+commands =
+  pylint -E n2vc.tests
 
 [testenv:black]
 basepython = python3
 
 [testenv:black]
 basepython = python3