summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-01-20 17:15:16 -0800
committerBen Pfaff <blp@ovn.org>2016-01-20 17:27:04 -0800
commit808c73b4dd043c131b216ace99b89b08f45910b4 (patch)
treec6afb3753a6cdd0a95d8739e627fa1c0f58fa48b /appveyor.yml
parent9f6e20b70e1117037dda056bda39b02c769aa8cd (diff)
downloadopenvswitch-808c73b4dd043c131b216ace99b89b08f45910b4.tar.gz
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 <blp@ovn.org> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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"