summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 679769c..9066915 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,14 @@ basepython =
commands =
py.test {env:TESTPATH} {posargs} --max-slave-restart=4
+[testenv:pypy]
+commands:
+ pypy: py.test {env:TESTPATH} {posargs} -n0
+
# Linters
+
+
+
[testenv:flake8]
basepython = python3.5
skip_install = true