diff --git a/.travis.yml b/.travis.yml index bf3f6e7..aa330d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,8 @@ before_script: - pip install -r dev-requirements.txt script: - - > - py.test --cov rfc3986 tests/ - coverage report -m --fail-under 100 + - py.test --cov rfc3986 tests/ + - coverage report --fail-under 100 -m notifications: on_success: change