From 24e93fe02371ee9d64b673a0e7ff0f535a1a7a24 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Jul 2018 13:27:31 +0200 Subject: Remove AppVeyor debugging --- .appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index bab5a5e73..92a20c0bd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,3 @@ 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')) -- cgit v1.2.3-54-g00ecf