From da555d67af5268b6d8de610eccf5950c34d93458 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 19 Nov 2015 13:29:27 -0800 Subject: [PATCH] Removing wheel. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8c9d3274e8c06..0085b644fe121 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -101,7 +101,6 @@ test_script: after_test: # If tests are successful, create binary packages for the project. - - "%CMD_IN_ENV% python setup.py bdist_wheel" - "%CMD_IN_ENV% python setup.py bdist_wininst" - "%CMD_IN_ENV% python setup.py bdist_msi" - ps: "ls dist"