travis_run: Show tox exit status
This commit is contained in:
parent
119d76c502
commit
144a37ec06
@ -12,4 +12,9 @@ else
|
||||
[[ $TESTENV == docs ]] && args=('--no-authors')
|
||||
|
||||
tox -e $TESTENV -- "${args[@]}"
|
||||
|
||||
tox_exit=$?
|
||||
if ((tox_exit != 0)); then
|
||||
echo "tox exit status: $tox_exit"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user