summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 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'))