pip needs vcpython27 on windows

This commit is contained in:
Dmitri Bogomolov 2020-10-26 16:49:17 +02:00
parent e2f9005ab6
commit bdd21a7994
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -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: