Skip to content

Commit c03ee77

Browse files
committed
test for py37
1 parent f81cc44 commit c03ee77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ environment:
88
QT_VERSION: "5"
99
- PYTHON_VERSION: "3.6"
1010
QT_VERSION: "5"
11+
- PYTHON_VERSION: "3.7"
12+
QT_VERSION: "5"
1113
os: unstable
1214
install:
1315
# Install miniconda Python

ci/install_python.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $BASE_URL = "https://www.python.org/ftp/python/"
1010

1111
function DownloadMiniconda ($python_version, $platform_suffix) {
1212
$webclient = New-Object System.Net.WebClient
13-
if ($python_version -match "3.[456]") {
13+
if ($python_version -match "3.[4567]") {
1414
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
1515
} else {
1616
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"

0 commit comments

Comments
 (0)