Skip to content

Commit

Permalink
Allow dev builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Feb 12, 2020
1 parent 41e72db commit 327d6f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,12 @@ jobs:
- python: 3.7-dev
- python: 3.8-dev
- python: nightly
allow_failures:
- python: 3.5-dev
- python: 3.6-dev
- python: 3.7-dev
- python: 3.8-dev
- python: nightly

script:
- ./ci.sh
Expand Down

0 comments on commit 327d6f4

Please sign in to comment.