Skip to content

Commit

Permalink
Pin the pylint version during linting
Browse files Browse the repository at this point in the history
This is required till prospector is fixed, See
prospector-dev/prospector#309.
  • Loading branch information
pgjones committed Dec 22, 2018
1 parent 5b57524 commit a615cf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ commands =

[testenv:lint]
basepython = python3.6
deps = prospector==1.1.4
# pylint==2.1.1 required due to prospector bug, see https://github.com/PyCQA/prospector/pull/309
deps =
prospector==1.1.4
pylint==2.1.1
commands = prospector

[testenv:docs]
Expand Down

0 comments on commit a615cf6

Please sign in to comment.