Commit 924c8161 by Victor M. Alvarez

Allow using the latest version of "wheel" instead of enforcing version 0.29.0.

parent 2186355c
...@@ -109,10 +109,8 @@ install: ...@@ -109,10 +109,8 @@ install:
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture. # target Python version and architecture.
# wheel version 0.29.0 is enforced because version 0.30.0 doesn't support # Install wheel.
# Python 2.6 anymore. Once we drop support for Python 2.6 we can use the - "%CMD_IN_ENV% pip install wheel"
# latest version of wheel.
- "%CMD_IN_ENV% pip install wheel==0.29.0"
# We are in projects/yara-python, lets go out to projects. # We are in projects/yara-python, lets go out to projects.
- cd .. - cd ..
......
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