From bdd21a79940f5b6fb6235897046168c41e5cfb13 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Mon, 26 Oct 2020 16:49:17 +0200 Subject: [PATCH] pip needs vcpython27 on windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 43b14829..8af2b30f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: