appveyor.yml: install wheel for bdist_wheel

This commit is contained in:
Johannes 'josch' Schauer 2020-08-04 07:54:18 +02:00
parent 2493af173c
commit c62ed4d691
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

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