File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 _PYTEST_TOX_COVERAGE_RUN : " coverage run -m"
146146 COVERAGE_PROCESS_START : " .coveragerc"
147147 _PYTEST_TOX_EXTRA_DEP : " coverage-enable-subprocess"
148- run : " tox -e ${{ matrix.tox_env }}"
148+ run : " tox -vv - e ${{ matrix.tox_env }}"
149149
150150 - name : Prepare coverage token
151151 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:
5757 export _PYTEST_TOX_COVERAGE_RUN="coverage run -m"
5858 export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
5959 fi
60- script : env COLUMNS=120 python -m tox
60+ script : env COLUMNS=120 python -m tox -vv
6161
6262after_success :
6363 - |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ envlist =
2121
2222[testenv]
2323commands =
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:}}
2525 coverage: coverage combine
2626 coverage: coverage report
2727passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS
You can’t perform that action at this time.
0 commit comments