Skip to content

Commit 3d1e26e

Browse files
committed
Test with the development version of Python 3.9
There've been reports of test failures on Python 3.9, let's verify this. Allowing failures for now until it goes stable.
1 parent fb876d6 commit 3d1e26e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ python:
44
- "3.6"
55
- "3.7"
66
- "3.8"
7+
- "3.9-dev"
78
- "pypy3.5"
89
- "pypy3"
10+
matrix:
11+
allow_failures:
12+
- python: "3.9-dev"
913
install:
1014
- pip install --upgrade -r requirements-dev.txt
1115
# mypy can't be installed on pypy

0 commit comments

Comments
 (0)