appveyor.yml: Install python "six" module.
authorBen Pfaff <blp@ovn.org>
Thu, 21 Jan 2016 01:15:16 +0000 (17:15 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Jan 2016 01:27:04 +0000 (17:27 -0800)
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 <blp@ovn.org>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
appveyor.yml

index 9efddeb..de0b4a5 100644 (file)
@@ -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"