Merge pull request #6030 from blueyed/tox-vv

ci: use tox -vv
This commit is contained in:
Daniel Hahler 2019-10-23 01:05:21 +02:00 committed by GitHub
commit bdadf12af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ before_script:
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
fi
script: tox
script: tox -vv
after_success:
- |

View File

@ -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