Skip to content

Commit 8e0de69

Browse files
committed
Test with the development version of Python 3.8 in CI
This is in preparation for the Python 3.8 release.
1 parent ea419fc commit 8e0de69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8-dev"
89
- "nightly"
910
- "pypy3.5"
1011
- "pypy3"
1112
matrix:
1213
allow_failures:
1314
- python: "nightly"
15+
- python: "3.8-dev"
1416
install:
1517
- pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses
1618
# mypy can't be installed on pypy

0 commit comments

Comments
 (0)