summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-08-21 13:57:27 -0600
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-08-21 13:57:27 -0600
commit8fa9c0d75481ce2886b1a1f9547c5da8527c5f94 (patch)
tree4b29c641e49560d93ba0c34115774a3c815a1815 /.travis.yml
parente39f7fb83efb69c111fb7f83af6b424315152903 (diff)
downloadnumpy-8fa9c0d75481ce2886b1a1f9547c5da8527c5f94.tar.gz
TST, MAINT: bump to OpenBLAS 0.3.7 stable
* for those cases where our CI uses an OpenBLAS backend for testing it has now been updated to use v0.3.7 stable release instead of a commit hash on the development branch preceding that release * the pre-built OpenBLAS binaries are pulled in from either the MacPython ecosystem (most architectures) or from a custom build script for ARMv8 and ppc64le architectures used on gcc compile farm machines (documented in openblas_support module)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 16bea0e1d..714122957 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ cache:
env:
global:
- - OpenBLAS_version=0.3.7.dev
+ - OpenBLAS_version=0.3.7
- WHEELHOUSE_UPLOADER_USERNAME=travis.numpy
# The following is generated with the command:
# travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY