From c62ed4d691b354f9f83c44301a9bbac85a3a4751 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 4 Aug 2020 07:54:18 +0200 Subject: [PATCH] appveyor.yml: install wheel for bdist_wheel --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 960b361..3cb7cfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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