diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 62100b0e..dd2e97e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ strategy: # screen_d: 16 windows-1280x1024: # Windows Docker Container not Visual Studio 2017 on Windows Server 2016 - imageName: 'vs2017-win2016' + imageName: 'vs2015-win2012r2' #'vs2017-win2016' screen_w: 1280 screen_h: 1024 screen_d: 16 @@ -90,6 +90,7 @@ steps: # Install and test scripts for Windows - script: | python ci/screen.py + SET PYTHONPATH=%PYTHONPATH%;%CD% python setup.py -q install --user #pip install -e . #pytest -v --junitxml=junit/test-results.xml