From e989cb966065baa8c68420cb6ec157ad3dc9c70e Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 25 Jun 2014 10:46:02 -0500 Subject: [PATCH] Coverage on all the pythons --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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