From ca6f8f4fd122f5f52c8c0c6b53509f07b530a818 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 9 Dec 2016 15:53:41 -0500 Subject: [PATCH] [CI] Parallel build on Windows requires pywin32 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 31e40e50b..a0e744d8c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ install: C:\Python27-x64\Scripts\pip.exe install numpy C:\Python27-x64\Scripts\pip.exe install cython C:\Python27-x64\Scripts\pip.exe install 3to2 + C:\Python27-x64\Scripts\pip.exe install pypiwin32 build_script: - cmd: C:\Python27-x64\scons build -j2 boost_inc_dir=C:\Libraries\boost_1_62_0 debug=n VERBOSE=y