Skip to content

Commit

Permalink
Force pylint version to avoid non-termination due to broken pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuenstle committed Apr 18, 2017
1 parent 4f43ded commit 59fc15f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59fc15f

Please sign in to comment.