From 71c1d295d7483416b7a0c2254cf9c65ef0379ad3 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Thu, 1 Mar 2018 11:16:12 -0800 Subject: Clean up --- appveyor.bat | 2 -- appveyor.yml | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/appveyor.bat b/appveyor.bat index bced3e6d..bf4ec2a6 100644 --- a/appveyor.bat +++ b/appveyor.bat @@ -1,7 +1,5 @@ setlocal -pip install wheel - REM Checkout release commit cd %REPO_DIR% git checkout %BUILD_COMMIT% diff --git a/appveyor.yml b/appveyor.yml index 0a20275e..63b59199 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,10 +62,11 @@ install: # the parent CMD process). - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% - python -m pip install -U pip + - pip install wheel - # Fix MSVC builds for 64-bit Python. See: - # http://stackoverflow.com/questions/32091593/cannot-install-windows-sdk-7-1-on-windows-10 - - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64/vcvars64.bat" + # # Fix MSVC builds for 64-bit Python. See: + # # http://stackoverflow.com/questions/32091593/cannot-install-windows-sdk-7-1-on-windows-10 + # - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64/vcvars64.bat" # Check that we have the expected version and architecture for Python - python --version -- cgit v1.2.3