Skip to content

Commit 3053dd8

Browse files
committed
Add Python 3.8 testing on TravisCI
1 parent 10786f7 commit 3053dd8

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
@@ -16,6 +16,10 @@ matrix:
1616
- os: linux
1717
python: 3.7-dev
1818
env: TOXENV=py37
19+
- os: linux
20+
python: 3.8-dev
21+
dist: xenial
22+
env: TOXENV=py38
1923
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow
2024
# - os: linux
2125
# python: pypy3

0 commit comments

Comments
 (0)