appveyor.yml: also install pil so that maybe pyinstaller picks it up

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

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

Loading…
Cancel
Save