diff --git a/.travis.yml b/.travis.yml index b77c3f59501..be30aa44e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,7 +113,7 @@ before_script: export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess fi -script: tox +script: tox -vv after_success: - | diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f18ce08877a..2ee1604a743 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,7 +57,7 @@ jobs: export COVERAGE_FILE="$PWD/.coverage" export COVERAGE_PROCESS_START="$PWD/.coveragerc" fi - python -m tox -e $(tox.env) + python -m tox -e $(tox.env) -vv displayName: 'Run tests' - task: PublishTestResults@2