Skip to content

Commit c19c3ae

Browse files
committed
[CI] Add python 3.7 and 3.8 builds
1 parent a5ff665 commit c19c3ae

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ matrix:
1212
python: "3.5"
1313
- os: linux
1414
python: "3.6"
15+
- os: linux
16+
python: "3.7"
17+
dist: xenial
18+
- os: linux
19+
python: "3.8"
20+
dist: xenial
1521

1622
- os: osx
1723
language: generic
1824
env:
1925
- OSXENV=3.6.0
26+
- os: osx
27+
language: generic
28+
env:
29+
- OSXENV=3.7.0
2030
- os: osx
2131
language: generic
2232
env:

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ environment:
66
PYVER: "3.5"
77
- PYTHON: "C:\\Python36"
88
PYVER: "3.6"
9+
- PYTHON: "C:\\Python37"
10+
PYVER: "3.7"
911
- PYTHON: "C:\\Python27-x64"
1012
PYVER: "2.7"
1113
- PYTHON: "C:\\Python35-x64"
1214
PYVER: "3.5"
1315
- PYTHON: "C:\\Python36-x64"
1416
PYVER: "3.6"
17+
- PYTHON: "C:\\Python37-x64"
18+
PYVER: "3.7"
1519

1620
build: false
1721

0 commit comments

Comments
 (0)