Skip to content

Commit 7aca291

Browse files
jianbin-wei88manpreet
authored andcommitted
pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv (dpkp#1095)
1 parent 0628b00 commit 7aca291

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps =
1212
pytest
1313
pytest-cov
1414
pytest-catchlog
15-
py{27,34,35,py}: pytest-pylint
15+
py{27,34,35,36,py}: pytest-pylint
1616
pytest-sugar
1717
pytest-mock
1818
mock
@@ -30,11 +30,6 @@ passenv = KAFKA_VERSION
3030
# pylint doesn't support python2.6
3131
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
3232

33-
[testenv:py36]
34-
# pylint doesn't support python3.6 yet
35-
# https://github.com/PyCQA/pylint/issues/1072
36-
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
37-
3833
[testenv:pypy]
3934
# pylint is super slow on pypy...
4035
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}

0 commit comments

Comments
 (0)