Revert "travis_run: Show tox exit status"
This reverts commit 144a37ec06
.
We accidentally always exit with status 0 with this...
This commit is contained in:
parent
144a37ec06
commit
1332258767
@ -12,9 +12,4 @@ 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