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
landscapeio/prospector#309.
  • Loading branch information
pgjones committed Dec 2, 2018
1 parent 03da72b commit 4dd0afc
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 4dd0afc

Please sign in to comment.