Skip to content

Commit 08e8390

Browse files
rooterkyberianShaneHarvey
authored andcommitted
Test against Python 3.7 on Travis (#426)
1 parent c25a83a commit 08e8390

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- 3.4
66
- 3.5
77
- 3.6
8+
- 3.7
89
- pypy
910
- pypy3.5
1011

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ environment:
1515
- PYTHON: "C:\\Python27"
1616
- PYTHON: "C:\\Python35"
1717
- PYTHON: "C:\\Python36"
18+
- PYTHON: "C:\\Python37"
1819
- PYTHON: "C:\\Python27-x64"
1920
- PYTHON: "C:\\Python35-x64"
2021
- PYTHON: "C:\\Python36-x64"
22+
- PYTHON: "C:\\Python37-x64"
2123

2224
build: off
2325

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py34, py35, py36, pypy, pypy3
7+
envlist = py27, py34, py35, py36, py37, pypy, pypy3
88
skip_missing_interpreters = True
99

1010
[testenv]

0 commit comments

Comments
 (0)