diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-27 18:46:25 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-27 18:46:25 (GMT) |
commit | d13894cdf838a09c49fa6afe201b8b8eb3999e21 (patch) | |
tree | 28ef799cd243dcf266cbb821a15dad1394c0d20c /.appveyor.yml | |
parent | 3b7df24765e56e6723f249081b65ab4215451863 (diff) | |
download | SCons-d13894cdf838a09c49fa6afe201b8b8eb3999e21.zip SCons-d13894cdf838a09c49fa6afe201b8b8eb3999e21.tar.gz SCons-d13894cdf838a09c49fa6afe201b8b8eb3999e21.tar.bz2 |
debug py27 taskmastertrace test failure.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 0cca999..6459709 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,6 +7,9 @@ image: - Visual Studio 2017 - Visual Studio 2019 +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + cache: - downloads -> appveyor.yml - '%LOCALAPPDATA%\pip\Cache' @@ -145,13 +148,13 @@ matrix: - image: Visual Studio 2015 WINPYTHON: "Python37" - # test python 2.7, 3.6 on Visual Studio 2017 image + # test python 3.5, 3.6 on Visual Studio 2017 image - image: Visual Studio 2017 WINPYTHON: "Python35" - image: Visual Studio 2017 WINPYTHON: "Python37" - # test python 3.7 on Visual Studio 2019 image + # test python 2.7, 3.5, 3.6 on Visual Studio 2019 image - image: Visual Studio 2019 WINPYTHON: "Python27" - image: Visual Studio 2019 @@ -159,7 +162,7 @@ matrix: - image: Visual Studio 2019 WINPYTHON: "Python36" - # test python 3.7 on Ubuntu + # test python 2.7, 3.5, 3.6 on Ubuntu - image: Ubuntu WINPYTHON: "Python27" - image: Ubuntu |