Skip to content

Commit

Permalink
Revert "ci: use tox -vv" (#6226)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 19, 2019
2 parents 89eeefb + f9feef6 commit 8d3e8b1
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 @@ -108,7 +108,7 @@ before_script:
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
fi
script: tox -vv
script: tox

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) -vv
python -m tox -e $(tox.env)
displayName: 'Run tests'
- task: PublishTestResults@2
Expand Down

0 comments on commit 8d3e8b1

Please sign in to comment.