projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b3815
)
appveyor: Install pywin32 extensions.
author
Jose Fonseca
<jfonseca@vmware.com>
Thu, 11 Aug 2016 13:00:35 +0000
(14:00 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Thu, 11 Aug 2016 13:39:39 +0000
(14:39 +0100)
AppVeyor build images seem to have been upgraded to Python 2.7.12, but
no longer have pywin32 pre-installed.
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index 2e9b9d650d784dcfcaeb0d515f549bd1b45b32a2..2618f6943f9c811b37d751102943cff3fec39af7 100644
(file)
--- 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