diff options
author | mattip <matti.picus@gmail.com> | 2019-11-04 11:55:04 -0500 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-04 11:55:04 -0500 |
commit | d1067cb1cd74e7f1242aa7aafa8434bf7fe84716 (patch) | |
tree | 0773e4681722ad39c6256c102d87b9c92dc805a9 /tools | |
parent | 537bca899bf9eff5af852632efc338d11e8f1061 (diff) | |
download | numpy-d1067cb1cd74e7f1242aa7aafa8434bf7fe84716.tar.gz |
MAINT: split lines (from review)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index f49432d63..15eb697d5 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -53,7 +53,9 @@ setup_base() $PYTHON setup.py build build_src --verbose-cfg build_ext --inplace 2>&1 | tee log fi grep -v "_configtest" log \ - | grep -vE "ld returned 1|no files found matching|no previously-included files matching|manifest_maker: standard file '-c'" \ + | grep -vE "ld returned 1|no files found matching" + | grep -vE "no previously-included files matching" + | grep -vE "manifest_maker: standard file '-c'" | grep -E "warning\>" \ | tee warnings if [ "$LAPACK" != "None" ]; then |