Skip to content

Commit f68b3df

Browse files
jtmiclatsethmlarson
authored andcommitted
Change Python 3.8-dev to 3.8 in Travis (#477)
1 parent 9ec2cfc commit f68b3df

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
env: NOX_SESSION=test-3.6
1919
- python: 3.7
2020
env: NOX_SESSION=test-3.7
21-
- python: 3.8-dev
21+
- python: 3.8
2222
env: NOX_SESSION=test-3.8
2323
dist: bionic # Required to get OpenSSL 1.1.1+
2424

@@ -37,9 +37,6 @@ matrix:
3737
# FIX
3838
# Some tests not yet resolved for Windows. (In progress)
3939
- os: windows
40-
# Allow builds to fail when using '-dev' Python versions.
41-
# We should still investigate failures periodically for new APIs.
42-
- python: 3.8-dev
4340

4441
install:
4542
- pip install --upgrade nox

0 commit comments

Comments
 (0)