Fix pylint in tox
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a0f0503..2ca433c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands =
 [testenv:pylint]
 basepython = python3
 deps =
-  pylint
+  pylint==2.5.3
   -rrequirements.txt
 commands =
   pylint -E n2vc --ignore=tests
@@ -42,7 +42,7 @@ commands =
 [testenv:pylint-tests]
 basepython = python3
 deps =
-  pylint
+  pylint==2.5.3
   -rrequirements.txt
   -rtest-requirements.txt
 commands =