Skip to content

Commit b54607f

Browse files
committed
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.
1 parent cd0bd8e commit b54607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
1111
deps =
1212
pytest
1313
pytest-cov
14-
py{27,34,35,36,py}: pylint==1.8.2
14+
py{27,34,35,36,py}: pylint
1515
py{27,34,35,36,py}: pytest-pylint
1616
pytest-mock
1717
mock

0 commit comments

Comments
 (0)