Skip to content

Commit 493ca65

Browse files
authored
Allow failures for Python nightly on Travis (#48)
1 parent 64b3af4 commit 493ca65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ python:
77
- "3.7"
88
- "3.8"
99
- "nightly"
10+
jobs:
11+
allow_failures:
12+
- python: nightly
1013
install:
1114
- pip install mypy
1215
- pip install coverage

0 commit comments

Comments
 (0)