From: Seth Michael Larson Date: Wed, 2 Oct 2019 15:34:00 +0000 (-0500) Subject: Python 3.8-dev builds on Travis (#425) X-Git-Tag: 0.7.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbd0409ab76588d46b305cc2e60bb3b403a2625;p=thirdparty%2Fhttpx.git Python 3.8-dev builds on Travis (#425) --- diff --git a/.travis.yml b/.travis.yml index 2a8da531..550e55df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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