Skip to content

Commit 4f496d1

Browse files
committed
Remove pywin32 from appveyor setup files
1 parent e527ba5 commit 4f496d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ for /F "tokens=*" %%g in ('C:\\%WINPYTHON%\\python.exe -c "import sys; print(sys
33
REM use mingw 32 bit until #3291 is resolved
44
set PATH=C:\\%WINPYTHON%;C:\\%WINPYTHON%\\Scripts;C:\\ProgramData\\chocolatey\\bin;C:\\MinGW\\bin;C:\\MinGW\\msys\\1.0\\bin;C:\\cygwin\\bin;C:\\msys64\\usr\\bin;C:\\msys64\\mingw64\\bin;%PATH%
55
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off pip setuptools wheel
6-
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off pypiwin32 coverage codecov
6+
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off coverage codecov
77
set STATIC_DEPS=true & C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off lxml
88
REM install 3rd party tools to test with
99
choco install --allow-empty-checksums dmd ldc swig vswhere xsltproc winflexbison

0 commit comments

Comments
 (0)