summaryrefslogtreecommitdiffstats
path: root/.appveyor
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-22 03:09:52 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-22 03:09:52 (GMT)
commit1fb86149bbdf91efebefc3a63819de6ae98f2219 (patch)
tree975b56610857abf92ec195daa1ee79603ece976f /.appveyor
parentc3e965d9bc6deb3790d93755f32c32cf05a50674 (diff)
downloadSCons-1fb86149bbdf91efebefc3a63819de6ae98f2219.zip
SCons-1fb86149bbdf91efebefc3a63819de6ae98f2219.tar.gz
SCons-1fb86149bbdf91efebefc3a63819de6ae98f2219.tar.bz2
install all pip packages from requirements.txt for appveyor build
Diffstat (limited to '.appveyor')
-rw-r--r--.appveyor/install.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor/install.bat b/.appveyor/install.bat
index 3dea66a..d009e54 100644
--- a/.appveyor/install.bat
+++ b/.appveyor/install.bat
@@ -5,6 +5,7 @@ set PATH=C:\\%WINPYTHON%;C:\\%WINPYTHON%\\Scripts;C:\\ProgramData\\chocolatey\\b
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off pip setuptools wheel
C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off coverage codecov
set STATIC_DEPS=true & C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off lxml
+C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off -r requirements.txt
REM install 3rd party tools to test with
choco install --allow-empty-checksums dmd ldc swig vswhere xsltproc winflexbison
set SCONS_CACHE_MSVC_CONFIG=true