We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c7ae commit 56cec5fCopy full SHA for 56cec5f
.travis.yml
@@ -113,7 +113,7 @@ before_script:
113
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
114
fi
115
116
-script: tox
+script: tox -vv
117
118
after_success:
119
- |
azure-pipelines.yml
@@ -57,7 +57,7 @@ jobs:
57
export COVERAGE_FILE="$PWD/.coverage"
58
export COVERAGE_PROCESS_START="$PWD/.coveragerc"
59
60
- python -m tox -e $(tox.env)
+ python -m tox -e $(tox.env) -vv
61
displayName: 'Run tests'
62
63
- task: PublishTestResults@2
0 commit comments