From: Ben Pfaff Date: Thu, 21 Jan 2016 01:15:16 +0000 (-0800) Subject: appveyor.yml: Install python "six" module. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=808c73b4dd043c131b216ace99b89b08f45910b4 appveyor.yml: Install python "six" module. It is now required for the build. Thanks to Alin Gabriel Serdean for helping figure out the correct solution here. This adds --diable-pip-version-check because upgrading pip (as suggested by the error that this option suppresses) causes pip to fail, which is in turn a bug in pip that manifests only on Windows: https://github.com/pypa/pip/issues/3383. Signed-off-by: Ben Pfaff Acked-by: Alin Gabriel Serdean --- diff --git a/appveyor.yml b/appveyor.yml index 9efddeb03..de0b4a5b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,8 @@ init: cd C:\openvswitch + python -m pip install six --disable-pip-version-check + build_script: - '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd"' - C:\MinGW\msys\1.0\bin\bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab"