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)
commit808c73b4dd043c131b216ace99b89b08f45910b4
treec6afb3753a6cdd0a95d8739e627fa1c0f58fa48b
parent9f6e20b70e1117037dda056bda39b02c769aa8cd
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>
appveyor.yml