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