Commit e388e9f7 by Victor M. Alvarez

Install setuptools in appveyor.

parent e2cb4e39
...@@ -113,6 +113,8 @@ install: ...@@ -113,6 +113,8 @@ install:
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install wheel" - "%CMD_IN_ENV% pip install wheel"
- "%CMD_IN_ENV% pip install setuptools"
- cd .. - cd ..
- ps: Invoke-WebRequest "https://www.npcglib.org/~stathis/downloads/$env:OPENSSL_LIB.7z" -OutFile "openssl.7z" - ps: Invoke-WebRequest "https://www.npcglib.org/~stathis/downloads/$env:OPENSSL_LIB.7z" -OutFile "openssl.7z"
- 7z x openssl.7z - 7z x 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