diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-17 23:49:57 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-21 23:13:19 +0200 |
commit | 2dbe8de7090b4a39a1f19b2c81c2d3b085b7b244 (patch) | |
tree | 697dbdbf33270e97b5c1532c4992dac3e2a224dc /.travis.yml | |
parent | 5bc0b498e02cb5a3737791c425c2c9681a7257c1 (diff) | |
download | numpy-2dbe8de7090b4a39a1f19b2c81c2d3b085b7b244.tar.gz |
CI: use only one flag on travis for downloading openblas
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 316ab62e2..73106b4c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,6 +104,7 @@ jobs: arch: ppc64le env: # use ppc64le OpenBLAS build, not system ATLAS + - DOWNLOAD_OPENBLAS=1 - ATLAS=None - python: 3.7 |