diff --git a/.travis.yml b/.travis.yml index f830a00..bf3f6e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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