summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-07-14 10:52:04 -0600
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-07-14 16:25:45 -0600
commit2b504ea85c485f340bed0808793db1c45c89640a (patch)
treed634127b9db413ef154ab0dedeb4a0e4f8a4bffe /.travis.yml
parent3d4986fe7adb7c16f3c5c903d83a1480803c250e (diff)
downloadnumpy-2b504ea85c485f340bed0808793db1c45c89640a.tar.gz
TST, MAINT: expand OpenBLAS version checking
* add a function to tools/openblas_support.py that may be used to test OpenBLAS version available through NumPy in a manner agnostic to any specific CI service * expand OpenBLAS version checking to include ppc64le and POWER8 CI runs; a separate PR will be provided to bump these versions to 0.3.7.dev * OpenBLAS install was broken on ppc64le Travis CI after migration to tools/openblas_support.py; fixed that * Azure CI config no longer uses a single-line 280-character Python "program" assigned to an environment variable to check OpenBLAS version; instead, it now leverages tools/openblas_support.py to perform the same operation using a conventional Python function
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f7e29d879..b54e871cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ cache:
env:
global:
+ - OpenBLAS_version=0.3.5
- WHEELHOUSE_UPLOADER_USERNAME=travis.numpy
# The following is generated with the command:
# travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY