diff options
author | Nick Papior <nickpapior@gmail.com> | 2019-04-29 09:15:05 +0200 |
---|---|---|
committer | Nick Papior <nickpapior@gmail.com> | 2019-04-29 09:15:05 +0200 |
commit | 6781e1faabffeccb88f030512a57b1a25436ed37 (patch) | |
tree | cedf696d432ce2c873d8f27f824d53cf8fdddaed /.travis.yml | |
parent | 74a780884104e9220145805264a4558eb1697df5 (diff) | |
download | numpy-6781e1faabffeccb88f030512a57b1a25436ed37.tar.gz |
MAINT: fixed last issues and questions according to #13132
Signed-off-by: Nick Papior <nickpapior@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index b7a3ee696..8c05bdb5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,11 @@ matrix: - python: 3.6 env: - PYTHONOPTIMIZE=2 + - BLAS=None + - LAPACK=None + - ATLAS=None + - NPY_BLAS_ORDER=mkl,blis,openblas,atlas,accelerate,blas + - NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK - USE_ASV=1 - python: 3.5 dist: trusty # remove after April 2019 @@ -64,13 +69,6 @@ matrix: - BLAS=None - LAPACK=None - ATLAS=None - - python: 3.6 - env: - - BLAS=None - - LAPACK=None - - ATLAS=None - - NPY_BLAS_ORDER=mkl,blis,openblas,atlas,accelerate,blas - - NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK - os: linux-ppc64le python: 3.6 env: |