Skip to content

Commit

Permalink
Allow failures for Python nightly on Travis (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-m authored Oct 7, 2020
1 parent 64b3af4 commit 493ca65
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 @@ -7,6 +7,9 @@ python:
- "3.7"
- "3.8"
- "nightly"
jobs:
allow_failures:
- python: nightly
install:
- pip install mypy
- pip install coverage
Expand Down

0 comments on commit 493ca65

Please sign in to comment.