summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-08-11 14:00:35 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-08-11 14:39:39 +0100
commit16627fc87d2e5a7cd6068d0337ea2c68b40a1b51 (patch)
treec7636fa66f7a36a2f561ecfc6b3237a9f2e04e85 /appveyor.yml
parent33b38157731bb4e9b79edeb4f66213c66813248f (diff)
downloadexternal_mesa3d-16627fc87d2e5a7cd6068d0337ea2c68b40a1b51.zip
external_mesa3d-16627fc87d2e5a7cd6068d0337ea2c68b40a1b51.tar.gz
external_mesa3d-16627fc87d2e5a7cd6068d0337ea2c68b40a1b51.tar.bz2
appveyor: Install pywin32 extensions.
AppVeyor build images seem to have been upgraded to Python 2.7.12, but no longer have pywin32 pre-installed.
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 2e9b9d6..2618f69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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