1
0
Fork 0
forked from josch/img2pdf

appveyor.yml: rename pil to Pillow

This commit is contained in:
Johannes Schauer Marin Rodrigues 2022-01-16 23:38:22 +01:00
parent 3cdeab08ab
commit 6a55258804
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -16,7 +16,7 @@ environment:
- PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python37-x64"
install: install:
- "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller pil" - "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller Pillow"
build: off build: off