diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7498e1d66..b7a3ee696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,13 @@ 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: |