Skip to content

Commit b959843

Browse files
committed
build: Allow failures for Python 3.8
1 parent e2aabc1 commit b959843

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
@@ -20,6 +20,9 @@ branches:
2020
- /^release\/.+$/
2121

2222
matrix:
23+
allow_failures:
24+
- python: "3.8-dev"
25+
2326
include:
2427
- python: "3.7"
2528
dist: xenial

0 commit comments

Comments
 (0)