Python 3.8-dev builds on Travis (#425)

This commit is contained in:
Seth Michael Larson 2019-10-02 10:34:00 -05:00 committed by GitHub
parent a0282569d5
commit 9bbd0409ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@ matrix:
env: NOX_SESSION=test-3.8
dist: bionic # Required to get OpenSSL 1.1.1+
# Allow builds to fail when using '-dev' Python versions
# Should still investigate failures periodically for new APIs.
fast_finish: true
allow_failures:
- python: 3.8-dev
install:
- pip install --upgrade nox