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:
Florian Bruhin 2016-05-29 20:46:48 +02:00
parent 144a37ec06
commit 1332258767

View File

@ -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