Skip to content

Commit

Permalink
Allow the Python nightly build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 7, 2020
1 parent c34e4f1 commit 94eddcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix:
dist: xenial
sudo: true

allow_failures:
- python: "nightly"

install:
- pip install sphinx doctr myst_parser
- source activate test-environment
Expand Down

0 comments on commit 94eddcd

Please sign in to comment.