Browse Source

Travis: fixed failure not being an error

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

1
travis/build-helper.sh

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

Loading…
Cancel
Save