diff --git a/.travis.yml b/.travis.yml index b77c3f595..be30aa44e 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 f18ce0887..2ee1604a7 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