@@ -2,51 +2,38 @@ environment:
2
2
VENV : " %APPVEYOR_BUILD_FOLDER%\\ venv"
3
3
4
4
matrix :
5
- - TOXENV : py27
5
+ - TOXENV : py27-defaultreactor
6
6
PYTHON : " C:\\ Python27"
7
7
8
- - TOXENV : py27
8
+ - TOXENV : py27-defaultreactor
9
9
PYTHON : " C:\\ Python27-x64"
10
10
11
- - TOXENV : py34
11
+ - TOXENV : py34-defaultreactor
12
12
PYTHON : " C:\\ Python34"
13
13
14
- - TOXENV : py34
14
+ - TOXENV : py34-defaultreactor
15
15
PYTHON : " C:\\ Python34-x64"
16
16
17
- - TOXENV : py35
17
+ - TOXENV : py35-defaultreactor, win-py35-qt5reactor
18
18
PYTHON : " C:\\ Python35"
19
19
20
- - TOXENV : py35
20
+ - TOXENV : py35-defaultreactor, win-py35-qt5reactor
21
21
PYTHON : " C:\\ Python35-x64"
22
22
23
- - TOXENV : py36
23
+ - TOXENV : py36-defaultreactor, win-py36-qt5reactor
24
24
PYTHON : " C:\\ Python36"
25
25
26
- - TOXENV : py36
26
+ - TOXENV : py36-defaultreactor, win-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}
0 commit comments