Skip to content

pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv #1095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
pytest
pytest-cov
pytest-catchlog
py{27,34,35,py}: pytest-pylint
py{27,34,35,36,py}: pytest-pylint
pytest-sugar
pytest-mock
mock
Expand All @@ -30,11 +30,6 @@ passenv = KAFKA_VERSION
# pylint doesn't support python2.6
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}

[testenv:py36]
# pylint doesn't support python3.6 yet
# https://github.com/PyCQA/pylint/issues/1072
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}

[testenv:pypy]
# pylint is super slow on pypy...
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
Expand Down