From 0e270c72bd15ceb2c465186de500316e62f0dec5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= <mba@fourplusone.de>
Date: Sun, 24 Jul 2016 22:12:00 +0200
Subject: [PATCH] Update appveyor.yml

---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 1fbed6b..c240d33 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,7 +26,8 @@ build_script:
     
     "%PYTHON%" setup.py bdist_wheel 
     "%PIP%" install .
-    
+on_failure:
+- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 test_script:
 - ps: >-
     & $env:PYTHON setup.py nosetests --with-xunit