summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-31 15:27:32 +0100
committerAshley Camba <ashwoods@gmail.com>2018-01-01 10:56:46 +0100
commit8ad07a857f414a8673161630de1e18fc755c73e0 (patch)
tree36ee69808456cde0ae11eae7aeaa444154b70ef5
parentee78f6d3d37f7cb64961a73da28dfe286a48d371 (diff)
downloadraven-8ad07a857f414a8673161630de1e18fc755c73e0.tar.gz
No luck, just removing xdist from pypy env
-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