Skip to content

Commit

Permalink
Allow failures in the nightly build due to yaml/pyyaml#126.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 3, 2018
1 parent 8d5e703 commit a6fd02e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
skip_cleanup: true
skip_upload_docs: true

matrix:
allow_failures:
- python: nightly

cache: pip

install:
Expand Down

0 comments on commit a6fd02e

Please sign in to comment.