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.
2 parents 89eeefb + f9feef6 commit 8d3e8b1Copy full SHA for 8d3e8b1
.travis.yml
@@ -108,7 +108,7 @@ before_script:
108
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
109
fi
110
111
-script: tox -vv
+script: tox
112
113
after_success:
114
- |
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) -vv
+ python -m tox -e $(tox.env)
61
displayName: 'Run tests'
62
63
- task: PublishTestResults@2
0 commit comments