File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 6
6
if : repo = pytest-dev/pytest AND tag IS NOT present
7
7
- name : deploy
8
8
if : repo = pytest-dev/pytest AND tag IS present
9
- python :
10
- - ' 3.7'
9
+ python : ' 3.7'
10
+ cache : false
11
+
12
+ env :
13
+ global :
14
+ - PYTEST_ADDOPTS=-vv
15
+
11
16
install :
12
17
- python -m pip install --upgrade --pre tox
13
18
57
62
# - pytester's LsofFdLeakChecker
58
63
# - TestArgComplete (linux only)
59
64
# - numpy
60
- - env : TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1
65
+ # Empty PYTEST_ADDOPTS to run this non-verbose.
66
+ - env : TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
61
67
62
68
# Specialized factors for py27.
63
69
- env : TOXENV=py27-nobyte-numpy-xdist
@@ -147,4 +153,3 @@ notifications:
147
153
skip_join : true
148
154
email :
149
155
150
- cache : false
Original file line number Diff line number Diff line change 3
3
- features
4
4
5
5
variables :
6
- PYTEST_ADDOPTS : " --junitxml=build/test-results/$(tox.env).xml"
6
+ PYTEST_ADDOPTS : " --junitxml=build/test-results/$(tox.env).xml -vv "
7
7
python.needs_vc : False
8
8
python.exe : " python"
9
9
COVERAGE_FILE : " $(Build.Repository.LocalPath)/.coverage"
You can’t perform that action at this time.
0 commit comments