Skip to content

Commit

Permalink
log tests at level 25 for travis.sh too
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchall committed Nov 12, 2018
1 parent 059fae3 commit cd2e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -exo pipefail
if [[ "$WHEELHOUSE" == "1" ]]; then
bash tests/test-wheelhouses.sh
else
pytest -s
pytest -s --log-cli-level=25
auditwheel lddtree $(python -c 'import sys; print(sys.executable)')
fi

0 comments on commit cd2e529

Please sign in to comment.