aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.bat2
-rw-r--r--appveyor.yml7
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