From ba362de2c0209a0f860b3c7cf64fe35cbd56f7f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Jul 2018 13:15:07 +0200 Subject: [PATCH] Turn on AppVeyor debugging --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 92a20c0bd..bab5a5e73 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,3 +17,6 @@ install: test_script: - '%PYTHON% -m tox -e %TESTENV%' + +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))