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

Commit f52caa5

Browse files
committed
Disable running in parallel.
1 parent 89d4227 commit f52caa5

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 -n 4 --cov hyper test/
34+
py.test --cov hyper test/
3535
coverage report -m --fail-under 100
3636
fi
3737
fi

0 commit comments

Comments
 (0)