Skip to content

Commit

Permalink
allow nightly build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobson committed Feb 21, 2021
1 parent 150ff82 commit 5a4d802
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 @@ -12,6 +12,10 @@ python:
- nightly
- pypy3

matrix:
allow_failures:
- python: nightly

install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
Expand Down

0 comments on commit 5a4d802

Please sign in to comment.