We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11a9cbd + 825085f commit 7b833ceCopy full SHA for 7b833ce
.travis.yml
@@ -89,7 +89,8 @@ after_success:
89
- |
90
if [[ "$PYTEST_NO_COVERAGE" != 1 ]]; then
91
set -e
92
- pip install coverage
+ # Add first TOXENV to $PATH.
93
+ PATH="$PWD/.tox/${TOXENV%%,*}/bin:$PATH"
94
coverage combine
95
coverage xml --ignore-errors
96
coverage report -m --ignore-errors
0 commit comments