File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 55 - " 3.4"
66 - " 3.5"
77 - " 3.6"
8+ matrix :
9+ include :
10+ - python : 3.7
11+ dist : xenial
812install :
913 - pip install -r requirements.txt
1014script :
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments