pip needs vcpython27 on windows
This commit is contained in:
parent
e2f9005ab6
commit
bdd21a7994
|
@ -19,6 +19,7 @@ jobs:
|
|||
language: shell
|
||||
before_install:
|
||||
- choco install python2
|
||||
- choco install --ignore-dependencies vcpython27
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install psutil pycrypto
|
||||
env:
|
||||
|
|
Reference in New Issue
Block a user