Rel 4.7.0 final changes
[scons.git] / .appveyor / install-cov.bat
blob7dbc9457ed8ae30713eec4305ca3e8852ccc2735
1 for /F "tokens=*" %%g in ('C:\\%WINPYTHON%\\python.exe -c "import sys; print(sys.path[-1])"') do (set PYSITEDIR=%%g)
2 C:\\%WINPYTHON%\\python.exe -m pip install -U --progress-bar off coverage codecov