8000 build: Allow failures for Python 3.8 · pythonthings/sentry-python@b959843 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 3 additions & 0 deletions
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)
0