Skip to content

Commit c3928a8

Browse files
committed
1 parent bf7f789 commit c3928a8

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

appveyor.yml

-15
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@ environment:
1212

1313
matrix:
1414

15-
- PYTHON: "C:\\Python27"
16-
PYTHON_VERSION: "2.7"
17-
PYTHON_ARCH: "32"
18-
UIA_SUPPORT: "NO"
19-
20-
- PYTHON: "C:\\Python27-x64"
21-
PYTHON_VERSION: "2.7"
22-
PYTHON_ARCH: "64"
23-
UIA_SUPPORT: "YES"
24-
25-
- PYTHON: "C:\\Python35"
26-
PYTHON_VERSION: "3.5"
27-
PYTHON_ARCH: "32"
28-
UIA_SUPPORT: "YES"
29-
3015
- PYTHON: "C:\\Python37"
3116
PYTHON_VERSION: "3.7"
3217
PYTHON_ARCH: "32"

ci/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
8686

8787
function InstallComtypes ($python_home) {
8888
$pip_path = $python_home + "\Scripts\pip.exe"
89-
$args = "install comtypes"
89+
$args = "install https://github.com/junkmd/comtypes/archive/refs/heads/update_friendly_mods.zip"
9090
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
9191
}
9292

0 commit comments

Comments
 (0)