Skip to content

Commit

Permalink
Allow failures in the nightly and 3.7-dev builds due to yaml/pyyaml#126.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonroy committed Feb 11, 2018
1 parent e83fa5f commit 528c7b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ python:
- "3.7-dev" # 3.7 development branch
- "nightly"

matrix:
allow_failures:
- python: nightly
- python: 3.7-dev

# prepare environment
install:
- pip install -e .


# The test command(s)
script:
- pytest -vv

0 comments on commit 528c7b8

Please sign in to comment.