Dont pylint in pypy tests - it seems to take forever and doesn't add anything

This commit is contained in:
Dana Powers
2016-01-03 22:47:15 -08:00
parent c8226d030a
commit 54d758e813

View File

@@ -28,6 +28,10 @@ passenv = KAFKA_VERSION
# pylint doesn't support python2.6
commands = py.test {posargs:--cov=kafka}
[testenv:pypy]
# pylint is super slow on pypy...
commands = py.test {posargs:--cov=kafka}
[testenv:docs]
deps =
sphinxcontrib-napoleon