Remove AppVeyor debugging

This commit is contained in:
Florian Bruhin 2018-07-03 13:27:31 +02:00
parent 8115e109db
commit 24e93fe023

View File

@ -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'))