Skip to content

Commit 4e7f85a

Browse files
authored
Merge pull request #2 from musevlt/py38
Add py38 to the test matrix
2 parents c979d83 + ca58fc8 commit 4e7f85a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dist: xenial
55
python:
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89

910
install: pip install -U tox-travis
1011

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
2-
envlist = py36,py37
2+
envlist = py36,py37,py38
33

44
[travis]
55
python =
66
3.6: py36
77
3.7: py37
8+
3.8: py38
89

910

1011
[testenv]

0 commit comments

Comments
 (0)