Skip to content

Commit 9bbd040

Browse files
authored
Python 3.8-dev builds on Travis (#425)
1 parent a028256 commit 9bbd040

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ matrix:
2222
env: NOX_SESSION=test-3.8
2323
dist: bionic # Required to get OpenSSL 1.1.1+
2424

25+
# Allow builds to fail when using '-dev' Python versions
26+
# Should still investigate failures periodically for new APIs.
27+
fast_finish: true
28+
allow_failures:
29+
- python: 3.8-dev
30+
2531
install:
2632
- pip install --upgrade nox
2733

0 commit comments

Comments
 (0)