From 54d758e8132e60e3631aeefb5da3e9692dd7a671 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sun, 3 Jan 2016 22:47:15 -0800 Subject: Dont pylint in pypy tests - it seems to take forever and doesn't add anything --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index a67af0d..0544cf8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1