diff options
author | mattip <matti.picus@gmail.com> | 2020-01-15 08:12:33 +1100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-17 18:27:38 +1100 |
commit | 18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (patch) | |
tree | 490b181b1653883543494d230b850d3bffe34c8b /tools/travis-before-install.sh | |
parent | 879d0e43a0509641084a4286bf3159f1d54180d8 (diff) | |
download | numpy-18ab0d378bd1fef28703c56a5f3d48c9859b1d2a.tar.gz |
MAINT: try to avoid spurious warnings in einsum
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-x | tools/travis-before-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 8be8afb10..f53d18611 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -33,6 +33,7 @@ fi source venv/bin/activate python -V +gcc --version popd |