aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 4 insertions, 3 deletions
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