Fix broken travis.yml

This commit is contained in:
Ian Cordasco
2014-06-25 10:57:12 -05:00
committed by Ian Cordasco
parent e989cb9660
commit 77f445abf7

View File

@@ -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