[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.
This commit is contained in:
Ray Speth
2019-01-08 22:44:22 -05:00
parent a347ad36c4
commit 1bb081d769

View File

@@ -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