Skip to content

Commit

Permalink
Hrm may have misunderstood allow_failures syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 29, 2018
1 parent 600c8ac commit ce0f977
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ matrix:
# Additionally, -dev/-nightly builds may be unstable; we do not want them
# marking our own tests as outright failures.
allow_failures:
- python:
- "pypy3"
- "3.7-dev"
- "nightly"
- python: "pypy3"
- python: "3.7-dev"
- python: "nightly"
fast_finish: true
install:
# For some reason Travis' build envs have wildly different pip/setuptools
Expand Down

0 comments on commit ce0f977

Please sign in to comment.