Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 8ad07a8

Browse files
committed
No luck, just removing xdist from pypy env
1 parent ee78f6d commit 8ad07a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@ basepython =
6969
commands =
7070
py.test {env:TESTPATH} {posargs} --max-slave-restart=4
7171

72+
[testenv:pypy]
73+
commands:
74+
pypy: py.test {env:TESTPATH} {posargs} -n0
75+
7276
# Linters
77+
78+
79+
7380
[testenv:flake8]
7481
basepython = python3.5
7582
skip_install = true

0 commit comments

Comments
 (0)