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 /.travis.yml | |
parent | 879d0e43a0509641084a4286bf3159f1d54180d8 (diff) | |
download | numpy-18ab0d378bd1fef28703c56a5f3d48c9859b1d2a.tar.gz |
MAINT: try to avoid spurious warnings in einsum
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8f986863c..ef98d4a27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,8 @@ jobs: packages: - gfortran - eatmydata + - libgfortran5 + - libgfortran3 - python: 3.7 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 |