Skip to content

Commit

Permalink
Set prospector to version 0.12.4.
Browse files Browse the repository at this point in the history
Version 0.12.5 highlights issues that have not yet been addressed in
localflavor.
  • Loading branch information
benkonrath committed May 19, 2017
1 parent daf71a0 commit 33a99f8
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 @@ -36,7 +36,10 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html

[testenv:prospector]
deps = prospector
deps =
# Prospector 0.12.5 (with pylint 1.7) adds new checks which are not yet fixed in localflavor.
prospector==0.12.4
pylint>=1.6,<1.7
basepython = python2.7
commands = prospector --profile localflavor.prospector.yaml {toxinidir}

Expand Down

0 comments on commit 33a99f8

Please sign in to comment.