Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
ignore coverage errors
  • Loading branch information
jason-neal authored May 7, 2018
1 parent d169cb0 commit 6ecf312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:

script:
- pytest --cov=spectrum_overload --cov-report term-missing --durations 10 -W error
- coverage xml
- coverage xml -i

after_success:
- coveralls
Expand Down

0 comments on commit 6ecf312

Please sign in to comment.