Skip to content

Commit 9748cfd

Browse files
committed
Build for Python 3.7 on AppVeyor and Travis CI
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 42717ac commit 9748cfd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
matrix:
9+
include:
10+
- python: 3.7
11+
dist: xenial
812
install:
913
- pip install -r requirements.txt
1014
script:

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ environment:
1313
PYTHON_ARCH: "32"
1414
GAMMU_URL: https://dl.cihar.com/gammu/releases/windows/Gammu-1.40.0-Windows.exe
1515

16+
- PYTHON: "C:\\Python37-x64"
17+
PYTHON_VERSION: "3.7.x"
18+
PYTHON_ARCH: "64"
19+
GAMMU_URL: https://dl.cihar.com/gammu/releases/windows/Gammu-1.40.0-Windows-64bit.exe
20+
21+
- PYTHON: "C:\\Python37"
22+
PYTHON_VERSION: "3.7.x"
23+
PYTHON_ARCH: "32"
24+
GAMMU_URL: https://dl.cihar.com/gammu/releases/windows/Gammu-1.40.0-Windows.exe
25+
1626
- PYTHON: "C:\\Python36-x64"
1727
PYTHON_VERSION: "3.6.x"
1828
PYTHON_ARCH: "64"

0 commit comments

Comments
 (0)