Skip to content

Commit

Permalink
Unlock pylint as prospector now works with >=1.7. Use Python 3.6 for …
Browse files Browse the repository at this point in the history
…lint.
  • Loading branch information
jeamland authored and berkerpeksag committed Jul 12, 2017
1 parent 0d11691 commit f69c17f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ deps =
[testenv:lint]
commands = prospector
deps =
; TODO: See https://github.com/landscapeio/prospector/pull/205
pylint<1.7
prospector

0 comments on commit f69c17f

Please sign in to comment.