Coverage on all the pythons
This commit is contained in:
committed by
Ian Cordasco
parent
9035659f35
commit
e989cb9660
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user