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 0fa0e2a505
commit 53e8701c7b

View 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