Skip to content

Commit 56cec5f

Browse files
committed
ci: use tox -vv
This will display durations, and is useful in logs in general.
1 parent 978c7ae commit 56cec5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ before_script:
113113
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
114114
fi
115115
116-
script: tox
116+
script: tox -vv
117117

118118
after_success:
119119
- |

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export COVERAGE_FILE="$PWD/.coverage"
5858
export COVERAGE_PROCESS_START="$PWD/.coveragerc"
5959
fi
60-
python -m tox -e $(tox.env)
60+
python -m tox -e $(tox.env) -vv
6161
displayName: 'Run tests'
6262
6363
- task: PublishTestResults@2

0 commit comments

Comments
 (0)