File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
_PYTEST_TOX_COVERAGE_RUN : " coverage run -m"
146
146
COVERAGE_PROCESS_START : " .coveragerc"
147
147
_PYTEST_TOX_EXTRA_DEP : " coverage-enable-subprocess"
148
- run : " tox -e ${{ matrix.tox_env }}"
148
+ run : " tox -vv - e ${{ matrix.tox_env }}"
149
149
150
150
- name : Prepare coverage token
151
151
if : (matrix.use_coverage && ( github.repository == 'pytest-dev/pytest' || github.event_name == 'pull_request' ))
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ before_script:
57
57
export _PYTEST_TOX_COVERAGE_RUN="coverage run -m"
58
58
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
59
59
fi
60
- script : env COLUMNS=120 python -m tox
60
+ script : env COLUMNS=120 python -m tox -vv
61
61
62
62
after_success :
63
63
- |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ envlist =
21
21
22
22
[testenv]
23
23
commands =
24
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}}
24
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -v {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}}
25
25
coverage: coverage combine
26
26
coverage: coverage report
27
27
passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS
You can’t perform that action at this time.
0 commit comments