Skip to content

Commit bd2523e

Browse files
committed
Clean up appveyor config
1 parent 098e07c commit bd2523e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

appveyor.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,14 @@ environment:
2626
- TOXENV: py36-defaultreactor, py36-qt5reactor
2727
PYTHON: "C:\\Python36-x64"
2828

29-
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
30-
init:
31-
- ps: if (Get-ChildItem Env:ENABLE_RDP -ErrorAction SilentlyContinue) {iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))} else {echo RDP not enabled}
32-
- echo "TOXENV- %TOXENV%"
33-
3429
install:
3530
# https://github.com/pypa/virtualenv/issues/1050
3631
- pip install -U git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
3732
- virtualenv -p "%PYTHON%\\python.exe" "%VENV%"
3833
- "%VENV%\\Scripts\\activate"
39-
# https://github.com/pypa/virtualenv/issues/1050
40-
- pip install git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
4134
- pip install tox
4235

4336
build: off
4437

4538
test_script:
46-
- where tox
47-
- tox --version
4839
- tox
49-
50-
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
51-
on_finish:
52-
- ps: if (Get-ChildItem Env:ENABLE_RDP -ErrorAction SilentlyContinue) {$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))} else {echo RDP not enabled}

0 commit comments

Comments
 (0)