Install vcpython27 while working around the dotnet3.5 install error

This commit is contained in:
Joe Rickerby
2020-09-01 22:45:46 +01:00
parent 10585d2882
commit 9a444b1ab8
2 changed files with 8 additions and 5 deletions
+5 -4
View File
@@ -19,9 +19,10 @@ windows:
- shared-windows
- windows
- windows-1809
variables:
PYTHON: C:\\Python36\\python
script:
- choco install python2 vcredist2008 -f -y
- choco install --ignore-dependencies vcpython27 -f -y
- choco install python3 --version 3.6.8 --no-progress -y
- $PYTHON -m pip install -r requirements-dev.txt
- $PYTHON ./bin/run_tests.py
- $env:PATH="C:\Python36;C:\Python36\Scripts;$env:PATH"
- python -m pip install -r requirements-dev.txt
- python ./bin/run_tests.py