Skip to content

Commit c4971db

Browse files
committed
Add py37 as a test target
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent d257d30 commit c4971db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
dist: xenial
12
sudo: false
3+
24
language: python
35
python:
46
- 2.7
57
- 3.4
68
- 3.5
79
- 3.6
10+
- 3.7
811
- pypy
912
- pypy3
1013

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py34
55
py35
66
py36
7+
py37
78
pypy
89
pypy3
910

0 commit comments

Comments
 (0)