We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a028256 commit 9bbd040Copy full SHA for 9bbd040
1 file changed
.travis.yml
@@ -22,6 +22,12 @@ matrix:
22
env: NOX_SESSION=test-3.8
23
dist: bionic # Required to get OpenSSL 1.1.1+
24
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
+
31
install:
32
- pip install --upgrade nox
33
0 commit comments