diff options
author | mattip <matti.picus@gmail.com> | 2020-02-27 10:15:21 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-27 10:50:42 +0200 |
commit | eeb9e5061596a0a434ed5dfc3fa136f56ac12cb1 (patch) | |
tree | b9d8b4a0fc3b97a8b3e00c9e95fa1603b77d2d55 /.travis.yml | |
parent | eb8a54031bdd48655bf9a683f935fbd529f5e013 (diff) | |
download | numpy-eeb9e5061596a0a434ed5dfc3fa136f56ac12cb1.tar.gz |
BLD: consolidate openblas verison check to be self-contained
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 84fdbb8f7..b95103079 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ stages: env: global: - - OpenBLAS_version=0.3.8 - WHEELHOUSE_UPLOADER_USERNAME=travis.numpy # The following is generated with the command: # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY |