File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -26,27 +26,14 @@ environment:
26
26
- TOXENV : py36-defaultreactor, py36-qt5reactor
27
27
PYTHON : " C:\\ Python36-x64"
28
28
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
-
34
29
install :
35
30
# https://github.com/pypa/virtualenv/issues/1050
36
31
- pip install -U git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
37
32
- virtualenv -p "%PYTHON%\\python.exe" "%VENV%"
38
33
- " %VENV%\\ Scripts\\ activate"
39
- # https://github.com/pypa/virtualenv/issues/1050
40
- - pip install git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
41
34
- pip install tox
42
35
43
36
build : off
44
37
45
38
test_script :
46
- - where tox
47
- - tox --version
48
39
- 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}
You can’t perform that action at this time.
0 commit comments