We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7166bf commit 615a0fdCopy full SHA for 615a0fd
.travis.yml
@@ -10,6 +10,10 @@ stages:
10
- lint
11
- examples
12
- tests
13
+matrix:
14
+ fast_finish: true
15
+ allow_failures:
16
+ - python: '3.8-dev'
17
jobs:
18
include:
19
- stage: lint
ci/templates/.travis.yml
@@ -9,6 +9,10 @@ stages:
9
0 commit comments