From 80b34bd4090148a9a46ebc89971959f7a46c32c6 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 24 Oct 2018 22:50:06 -0700 Subject: Stop pinning `pylint` We have many deprecation warnings in the travis logs for things that are fixed in newer versions of `pylint` or `pylint`'s dependencies. Note that `pylint` >= 2.0 does not support python 2, so this will result in different versions of pylint running for python 2 vs python 3. Personally, I am just fine with this. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad95f93..1760aff 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s deps = pytest pytest-cov - py{27,34,35,36,py}: pylint==1.8.2 + py{27,34,35,36,py}: pylint py{27,34,35,36,py}: pytest-pylint pytest-mock mock -- cgit v1.2.1