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 9ec2cfc commit f68b3dfCopy full SHA for f68b3df
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
env: NOX_SESSION=test-3.6
19
- python: 3.7
20
env: NOX_SESSION=test-3.7
21
- - python: 3.8-dev
+ - python: 3.8
22
env: NOX_SESSION=test-3.8
23
dist: bionic # Required to get OpenSSL 1.1.1+
24
@@ -37,9 +37,6 @@ matrix:
37
# FIX
38
# Some tests not yet resolved for Windows. (In progress)
39
- os: windows
40
- # Allow builds to fail when using '-dev' Python versions.
41
- # We should still investigate failures periodically for new APIs.
42
43
44
install:
45
- pip install --upgrade nox
0 commit comments