File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 68
68
tox_env : " py38"
69
69
70
70
- name : " ubuntu-py35"
71
- python : " 3.5"
71
+ python : " 3.5.1 "
72
72
os : ubuntu-latest
73
73
tox_env : " py35-xdist"
74
74
- name : " ubuntu-py36"
79
79
python : " 3.7"
80
80
os : ubuntu-latest
81
81
tox_env : " py37-lsof-numpy-oldattrs-pexpect-twisted"
82
+ verbose : " -vv"
82
83
- name : " ubuntu-py37-pluggy"
83
84
python : " 3.7"
84
85
os : ubuntu-latest
@@ -127,15 +128,15 @@ jobs:
127
128
128
129
- name : Test without coverage
129
130
if : " matrix.skip_coverage"
130
- run : " tox -e ${{ matrix.tox_env }}"
131
+ run : " tox -e ${{ matrix.tox_env }} -- ${{ matrix.verbose }} "
131
132
132
133
- name : Test with coverage
133
134
if : " ! matrix.skip_coverage"
134
135
env :
135
136
_PYTEST_TOX_COVERAGE_RUN : " coverage run -m"
136
137
COVERAGE_PROCESS_START : " .coveragerc"
137
138
_PYTEST_TOX_EXTRA_DEP : " coverage-enable-subprocess"
138
- run : " tox -e ${{ matrix.tox_env }}"
139
+ run : " tox -e ${{ matrix.tox_env }} -- ${{ matrix.verbose }} "
139
140
140
141
- name : Prepare coverage token
141
142
if : success() && !matrix.skip_coverage && ( github.repository == 'pytest-dev/pytest' || github.event_name == 'pull_request' )
You can’t perform that action at this time.
0 commit comments