We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b3af4 commit 493ca65Copy full SHA for 493ca65
.travis.yml
@@ -7,6 +7,9 @@ python:
7
- "3.7"
8
- "3.8"
9
- "nightly"
10
+jobs:
11
+ allow_failures:
12
+ - python: nightly
13
install:
14
- pip install mypy
15
- pip install coverage
0 commit comments