appveyor.yml: install pyinstaller to create an exe

This commit is contained in:
Johannes 'josch' Schauer 2020-08-04 08:03:34 +02:00
parent c62ed4d691
commit 593aeb5d2d
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

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