|
@@ -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
|