Skip to content

Commit 6a88c1a

Browse files
committed
Allow py39 builds to fail
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 1100dbb commit 6a88c1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ script:
1717
- tox
1818

1919
jobs:
20+
allow_failures:
21+
- python: 3.9-dev
2022
include:
2123
- python: 3.6
2224
- python: 3.7
2325
- python: 3.8
24-
- python: 3.9-dev
2526
- python: pypy3
2627

2728
- stage: Expose env-var information

0 commit comments

Comments
 (0)