Skip to content

Commit f9feef6

Browse files
committed
Revert "ci: use tox -vv"
`tox -vv` is too verbose, and was only used as a hack to get the output of durations. As for information in logs `-v` could be used maybe still, but I've decided to revert it for now. This reverts commit 56cec5f.
1 parent 64d8910 commit f9feef6

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
@@ -108,7 +108,7 @@ before_script:
108108
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
109109
fi
110110
111-
script: tox -vv
111+
script: tox
112112

113113
after_success:
114114
- |

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) -vv
60+
python -m tox -e $(tox.env)
6161
displayName: 'Run tests'
6262
6363
- task: PublishTestResults@2

0 commit comments

Comments
 (0)