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