summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-11-04 12:59:03 -0700
committerGitHub <noreply@github.com>2019-11-04 12:59:03 -0700
commita873f0c575482fa49b688f4d1f8af2cff9aebeef (patch)
tree6038282d8947226c55b6ca77084bd7efa38344af /tools
parentd1067cb1cd74e7f1242aa7aafa8434bf7fe84716 (diff)
downloadnumpy-a873f0c575482fa49b688f4d1f8af2cff9aebeef.tar.gz
BUG: Add backslashes for line continuation.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index 15eb697d5..549a2d570 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -53,9 +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"
- | grep -vE "no previously-included files matching"
- | grep -vE "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