From f69c17f8e29c88faf3d7c6cd13bec9abbdf78ba3 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Wed, 24 May 2017 21:00:56 -0700 Subject: [PATCH] Unlock pylint as prospector now works with >=1.7. Use Python 3.6 for lint. --- .travis.yml | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a2f4ca4..7b331719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 4454e737..1403abe4 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,4 @@ deps = [testenv:lint] commands = prospector deps = - ; TODO: See https://github.com/landscapeio/prospector/pull/205 - pylint<1.7 prospector