Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disable running in parallel.
  • Loading branch information
Lukasa committed Feb 19, 2016
commit f52caa5477bf6b51ae8dd14155515a23a147370a
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script:
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
py.test test/
else
py.test -n 4 --cov hyper test/
py.test --cov hyper test/
coverage report -m --fail-under 100
fi
fi