From f01b7bc215b10371ef9a222b792bdeb422265622 Mon Sep 17 00:00:00 2001 From: Jianbin Wei Date: Wed, 3 May 2017 11:05:47 -0700 Subject: [PATCH] pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 03a6893ad..a87e64698 100644 --- a/tox.ini +++ b/tox.ini @@ -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}