Skip to content

Commit 07eb2a1

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ stages:
1010
- lint
1111
- examples
1212
- tests
13+
matrix:
14+
allow_failures:
15+
- python: '3.8-dev'
1316
jobs:
1417
include:
1518
- stage: lint

Diff for: ci/templates/.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- lint
1010
- examples
1111
- tests
12+
matrix:
13+
allow_failures:
14+
- python: '3.8-dev'
1215
jobs:
1316
include:
1417
- stage: lint

0 commit comments

Comments
 (0)