mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Merge pull request #4835 from nulano/win-rm-av
Remove obsolete MSYS2 scripts for AppVeyor
This commit is contained in:
commit
5f56767aaa
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cd /c/pillow && /mingw32/$EXECUTABLE setup.py install
|
|
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
mkdir /var/cache/pacman/pkg
|
|
||||||
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
|
|
||||||
mingw32/mingw-w64-i686-python3-setuptools \
|
|
||||||
mingw32/mingw-w64-i686-python3-pytest \
|
|
||||||
mingw32/mingw-w64-i686-python3-pytest-cov \
|
|
||||||
mingw-w64-i686-libjpeg-turbo \
|
|
||||||
mingw-w64-i686-libimagequant
|
|
||||||
|
|
||||||
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
|
|
||||||
|
|
||||||
/mingw32/bin/pip install olefile
|
|
||||||
/mingw32/bin/pip3 install olefile
|
|
Loading…
Reference in New Issue
Block a user