Browse Source

Travis: fixed failure not being an error

refactoring
Matthias Volk 4 years ago
parent
commit
7318abdd64
  1. 1
      travis/build-helper.sh

1
travis/build-helper.sh

@ -65,7 +65,6 @@ run() {
if [[ "$TASK" == *Test* ]]
then
# Run tests
set +e
python setup.py test
fi

Loading…
Cancel
Save