From 1bb081d76989eebc7590f44fffd049fe79603690 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 8 Jan 2019 22:44:22 -0500 Subject: [PATCH] [CI] Pin to SCons 3.0.1 to prevent AppVeyor from skipping tests With SCons 3.0.3 on AppVeyor, the 'scons test' command exits immediately without any output. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b0d89aa09..52a7fd912 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ install: C:\Python37-x64\python.exe -m pip install --no-cache-dir --upgrade pip C:\Python37-x64\python.exe -m pip install --upgrade setuptools C:\Python37-x64\python.exe -m pip install --upgrade --no-warn-script-location wheel - C:\Python37-x64\Scripts\pip.exe install scons + C:\Python37-x64\Scripts\pip.exe install scons==3.0.1 C:\Python37-x64\Scripts\pip.exe install --no-cache-dir --no-warn-script-location numpy C:\Python37-x64\Scripts\pip.exe install --no-warn-script-location cython C:\Python37-x64\Scripts\pip.exe install pypiwin32