Unlock pylint as prospector now works with >=1.7. Use Python 3.6 for lint.

This commit is contained in:
Benno Rice 2017-05-24 21:00:56 -07:00 committed by Berker Peksag
parent 0d11691718
commit f69c17f8e2
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ matrix:
env: TOXENV=py36-dev
- python: nightly
env: TOXENV=py37
- python: 3.5
- python: 3.6
env: TOXENV=lint
allow_failures:
- env: TOXENV=py36-dev

View File

@ -14,6 +14,4 @@ deps =
[testenv:lint]
commands = prospector
deps =
; TODO: See https://github.com/landscapeio/prospector/pull/205
pylint<1.7
prospector