Skip to content

Commit

Permalink
ci: use tox -vv
Browse files Browse the repository at this point in the history
This will display durations, and is useful in logs in general.
  • Loading branch information
blueyed committed Oct 22, 2019
1 parent 978c7ae commit 56cec5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -113,7 +113,7 @@ before_script:
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
fi
script: tox
script: tox -vv

after_success:
- |
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit 56cec5f

Please sign in to comment.