forked from josch/img2pdf
appveyor.yml: install pyinstaller to create an exe
This commit is contained in:
parent
c62ed4d691
commit
593aeb5d2d
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"
|
- "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller"
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue