Skip to content

Commit fed5fba

Browse files
Start testing in Python 3.7
1 parent 19aa689 commit fed5fba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.6"
10+
- "3.7"
1011

1112
rvm: "2.2"
1213

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{27,34,35,36}-{test,install}
2+
envlist=py{27,34,35,36,37}-{test,install}
33
[testenv]
44
deps=
55
test: -rrequirements_dev.txt

0 commit comments

Comments
 (0)