Browse Source

appveyor.yml: install pyinstaller to create an exe

main
parent
commit
593aeb5d2d
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1
  1. 2
      appveyor.yml

2
appveyor.yml

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

Loading…
Cancel
Save