Skip to content

Commit 615a0fd

Browse files
committed
Allow 3.8 to fail (pending resolve of https://bugs.python.org/issue38227).
1 parent e7166bf commit 615a0fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ stages:
1010
- lint
1111
- examples
1212
- tests
13+
matrix:
14+
fast_finish: true
15+
allow_failures:
16+
- python: '3.8-dev'
1317
jobs:
1418
include:
1519
- stage: lint

ci/templates/.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- lint
1010
- examples
1111
- tests
12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- python: '3.8-dev'
1216
jobs:
1317
include:
1418
- stage: lint

0 commit comments

Comments
 (0)