From 60ca6a8c9ac5e2218e1a50b99920fefae2a9ff6d Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Thu, 7 Jul 2016 10:53:40 +0100 Subject: [PATCH] Another appveyor bug fix --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e73f5d21..630fae44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,10 +34,7 @@ test_script: after_test: # This step builds your wheels. - # Again, you only need build.cmd if you're building C extensions for - # 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct - # interpreter - - "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel" + - "python setup.py bdist_wheel" artifacts: # bdist_wheel puts your built wheel in the dist directory