Commit d0ae803 1 parent 4f2244c commit d0ae803 Copy full SHA for d0ae803
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
variables :
6
6
PYTEST_ADDOPTS : " --junitxml=build/test-results/$(tox.env).xml"
7
+ python.needs_vc : False
7
8
8
9
jobs :
9
10
18
19
py27-xdist :
19
20
python.version : ' 2.7'
20
21
tox.env : ' py27-xdist'
21
- py27-trial/ numpy/nobyte :
22
+ py27-numpy/nobyte :
22
23
python.version : ' 2.7'
23
- tox.env : ' py27-trial,py27-numpy,py27-nobyte'
24
+ tox.env : ' py27-numpy,py27-nobyte'
25
+ py27-trial :
26
+ python.version : ' 2.7'
27
+ tox.env : ' py27-trial'
28
+ python.needs_vc : True
24
29
py27-pluggymaster :
25
30
python.version : ' 2.7'
26
31
tox.env : ' pluggymaster'
60
65
architecture : ' x64'
61
66
62
67
- script : choco install vcpython27
63
- condition : eq(variables['python.version '], '2.7' )
68
+ condition : eq(variables['python.needs_vc '], True )
64
69
displayName : ' Install VC for py27'
65
70
66
71
- script : python -m pip install --upgrade pip && pip install tox
You can’t perform that action at this time.
0 commit comments