diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |