Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 3114114

Browse files
committed
Run one parallel xdist worker.
1 parent 2ce4d96 commit 3114114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
3232
py.test test/
3333
else
34-
py.test --cov hyper test/
34+
py.test -n 1 --cov hyper test/
3535
coverage report -m --fail-under 100
3636
fi
3737
fi

0 commit comments

Comments
 (0)