Turn on AppVeyor debugging
This commit is contained in:
parent
d03b03f7cb
commit
ba362de2c0
@ -17,3 +17,6 @@ install:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- '%PYTHON% -m tox -e %TESTENV%'
|
- '%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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user