From 61ba1743efa7ccd545b196a54f670f66db98b1a2 Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Mon, 18 Apr 2016 19:52:33 -0400 Subject: [PATCH] Lock Appveyor CI build to scons 2.5.0 * Workaround for misbehaving 2.5.0.post1, and can be reverted if the next version works better. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e806b8e707..2b99da3cb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,9 @@ install: - python get-pip.py # Pip has some problems installing scons on windows so we use easy install. - - easy_install scons + # - easy_install scons + # Workaround + - easy_install https://pypi.python.org/packages/source/S/SCons/scons-2.5.0.tar.gz#md5=bda5530a70a41a7831d83c8b191c021e # Scons has problems with parallel builds on windows without pywin32. - easy_install pywin32-219.win-amd64-py2.7.exe