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

This commit is contained in:
Jianbin Wei 2017-05-03 14:44:19 -07:00 committed by Dana Powers
parent a2b5ddc375
commit 72205c4692
1 changed files with 1 additions and 6 deletions

View File

@ -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
@ -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}