Commit a4bbe7c2 by Victor M. Alvarez

Enforce wheel 0.29 as 0.30 dropped support for Python 2.6.

parent 186a1ccc
......@@ -112,8 +112,12 @@ install:
# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install wheel"
# target Python version and architecture.
# wheel version 0.29.0 is enforced because version 0.30.0 doesn't support
# Python 2.6 anymore. Once we drop support for Python 2.6 we can use the
# latest version of wheel.
- "%CMD_IN_ENV% pip install wheel==0.29.0"
- cd ..
- ps: Invoke-WebRequest "https://www.npcglib.org/~stathis/downloads/$env:OPENSSL_LIB.7z" -OutFile "openssl.7z"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment