forked from josch/img2pdf
appveyor.yml: also install pil so that maybe pyinstaller picks it up
This commit is contained in:
parent
cea7c9120b
commit
3cdeab08ab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ environment:
|
||||||
- PYTHON: "C:\\Python37-x64"
|
- PYTHON: "C:\\Python37-x64"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller"
|
- "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller pil"
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue