appveyor.yml: rename pil to Pillow

parent 3cdeab08ab
commit 6a55258804
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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

Loading…
Cancel
Save