Skip to content

Commit bf707cd

Browse files
committed
Allow failure for Python 3.8
1 parent 44f548b commit bf707cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ matrix:
1515
env: FEATURES=python3
1616
- python: "3.8-dev"
1717
env: FEATURES=python3
18+
allow_failures:
19+
- python: "3.8-dev"
1820

1921
env:
2022
global:

0 commit comments

Comments
 (0)