summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
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