Skip to content

Commit

Permalink
Merge pull request #89 from quantling/quickfix-pylint
Browse files Browse the repository at this point in the history
Force pylint version to avoid non-terminating build
  • Loading branch information
Trybnetic authored Apr 18, 2017
2 parents 4f43ded + adb5767 commit 97efb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ commands =
coveralls

[testenv:lint]
deps = pylint
commands = pylint --rcfile=setup.cfg -j 2 pyndl tests
deps = pylint>=1.7.1
commands = pylint [] --ignore-patterns='.*\.so' --rcfile=setup.cfg -j 2 pyndl tests
ignore_outcome = True

[testenv:checktypes]
Expand Down

0 comments on commit 97efb77

Please sign in to comment.