From 59fc15f40713baeefd5ddc88f72a8bcafcabda22 Mon Sep 17 00:00:00 2001 From: David-Elias Kuenstle Date: Tue, 18 Apr 2017 17:38:23 +0200 Subject: [PATCH] Force pylint version to avoid non-termination due to broken pylint --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2b2ae83..8826ca4 100644 --- a/tox.ini +++ b/tox.ini @@ -26,9 +26,10 @@ commands = coveralls [testenv:lint] -deps = pylint -commands = pylint --rcfile=setup.cfg -j 2 pyndl tests +deps = pylint==1.6.5 +commands = pylint [] --rcfile=setup.cfg -j 2 pyndl tests ignore_outcome = True +# pylint 1.7.0 and 1.7.1 don't terminate. [testenv:checktypes] deps = mypy