From 72205c469297c9daca6f3a3b803a0c72f4055cfa Mon Sep 17 00:00:00 2001 From: Jianbin Wei Date: Wed, 3 May 2017 14:44:19 -0700 Subject: pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv (#1095) --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 03a6893..a87e646 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} -- cgit v1.2.1