Skip to content

Commit 6f810ab

Browse files
committed
travis: enable 3.9 and make it fatal
1 parent 900cf06 commit 6f810ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- "3.6"
99
- "3.7"
1010
- "3.8"
11-
- "3.9-dev"
11+
- "3.9"
1212
- "pypy"
1313
- "pypy3"
1414

@@ -18,7 +18,6 @@ env:
1818

1919
matrix:
2020
allow_failures:
21-
- python: "3.9-dev"
2221
- python: "pypy"
2322
- python: "pypy3"
2423

0 commit comments

Comments
 (0)