Skip to content

Commit 7ec27cb

Browse files
committed
add Python 3.7 to Travis CI test harness
1 parent b8b1078 commit 7ec27cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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
install:
1112
- pip install -U pip setuptools
1213
- pip install tox-travis

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, lxml23, docs, no-maec
2+
envlist = py27, py34, py35, py36, py37, lxml23, docs, no-maec
33

44
[testenv]
55
commands =
@@ -39,3 +39,4 @@ python =
3939
3.4: py34, no-maec
4040
3.5: py35, no-maec
4141
3.6: py36, no-maec
42+
3.7: py37, no-maec

0 commit comments

Comments
 (0)