Skip to content

Commit

Permalink
Changed image of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Feb 12, 2019
1 parent 0d4af32 commit fbec0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbec0be

Please sign in to comment.