appveyor: Install pywin32 extensions.

AppVeyor build images seem to have been upgraded to Python 2.7.12, but
no longer have pywin32 pre-installed.
This commit is contained in:
Jose Fonseca 2016-08-11 14:00:35 +01:00
parent 33b3815773
commit 16627fc87d

View file

@ -47,6 +47,8 @@ install:
- python -m pip --version - python -m pip --version
# Install Mako # Install Mako
- python -m pip install --egg Mako - python -m pip install --egg Mako
# Install pywin32 extensions, needed by SCons
- python -m pip install pypiwin32
# Install SCons # Install SCons
- python -m pip install --egg scons==2.4.1 - python -m pip install --egg scons==2.4.1
- scons --version - scons --version