ci: use tox -vv

This will display durations, and is useful in logs in general.
This commit is contained in:
Daniel Hahler 2019-10-22 05:46:10 +02:00
parent 978c7ae1b7
commit 56cec5fa79
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