Skip to content

Commit

Permalink
Merge pull request #24 from s-weigand/allow-win-coverage-to-fail
Browse files Browse the repository at this point in the history
Allow travis test 'win-coverage' to fail
  • Loading branch information
oz123 committed Feb 17, 2019
2 parents be67ea1 + 9742ebc commit ef67be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ matrix:
- coverage erase

allow_failures:
# this test is allowed to fail since it uses external resources
# this tests are allowed to fail since they rely external resources
- env: TOXENV=docs-links
- env: win-coverage

install:
- python -m pip install -U pip>=8.1.2
Expand Down

0 comments on commit ef67be0

Please sign in to comment.