OSDN Git Service

appveyor: Install pywin32 extensions.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 11 Aug 2016 13:00:35 +0000 (14:00 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 1 Sep 2016 21:10:08 +0000 (22:10 +0100)
AppVeyor build images seem to have been upgraded to Python 2.7.12, but
no longer have pywin32 pre-installed.

appveyor.yml

index 2e9b9d6..2618f69 100644 (file)
@@ -47,6 +47,8 @@ install:
 - python -m pip --version
 # Install Mako
 - python -m pip install --egg Mako
+# Install pywin32 extensions, needed by SCons
+- python -m pip install pypiwin32
 # Install SCons
 - python -m pip install --egg scons==2.4.1
 - scons --version