Fix broken travis.yml
This commit is contained in:
committed by
Ian Cordasco
parent
e989cb9660
commit
77f445abf7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user