Skip to content

Commit 850e40f

Browse files
committed
Expand test rig to Python 3.8
1 parent 0b90288 commit 850e40f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
8+
- "3.8"
79

810
install:
911
- pip install .

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36
2+
envlist = py34, py35, py36, py37, py38
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)