Revert "ci: use tox -vv" (#6226)

This commit is contained in:
Daniel Hahler 2019-11-19 01:10:06 +01:00 committed by GitHub
commit 8d3e8b1c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ before_script:
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
fi
script: tox -vv
script: tox
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) -vv
python -m tox -e $(tox.env)
displayName: 'Run tests'
- task: PublishTestResults@2