Coverage on all the pythons

This commit is contained in:
Ian Cordasco
2014-06-25 10:46:02 -05:00
committed by Ian Cordasco
parent 9035659f35
commit e989cb9660

View File

@@ -13,12 +13,8 @@ before_script:
script:
- >
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
py.test test/
else
py.test -n 4 --cov rfc3986 tests/
coverage report -m --fail-under 100
fi
py.test --cov rfc3986 tests/
coverage report -m --fail-under 100
notifications:
on_success: change