diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-11-15 10:27:35 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-11-17 13:38:11 -0700 |
commit | 8175d8f2fcf96f74f1c21c6274e7cc00104d9879 (patch) | |
tree | e59149d2eb3be25aa708d3c081b39b556609e6d7 /.travis.yml | |
parent | 9aeb7513019954718a3225fbab24bdbb98ca4fd5 (diff) | |
download | numpy-8175d8f2fcf96f74f1c21c6274e7cc00104d9879.tar.gz |
TST: Update travis.yml
- Use 3.8 instead of 3.8-dev
- Add some blank lines for clarity
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 5c006cbc0..64b7be051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,13 +40,13 @@ env: matrix: include: # Do all python versions without environment variables set - - python: 3.5 - stage: Initial tests - python: 3.6 - - python: 3.7 - - python: 3.8-dev + python: 3.8 + + - python: 3.5 + - python: 3.6 - python: 3.7 - env: INSTALL_PICKLE5=1 + - python: 3.6 dist: bionic env: USE_DEBUG=1 @@ -58,11 +58,14 @@ matrix: - python3-dbg - python3-dev - python3-setuptools + - python: 3.7 env: USE_WHEEL=1 RUN_FULL_TESTS=1 RUN_COVERAGE=1 INSTALL_PICKLE5=1 - - python: 3.6 + + - python: 3.7 env: USE_SDIST=1 - - python: 3.6 + + - python: 3.7 env: - PYTHONOPTIMIZE=2 - BLAS=None @@ -71,24 +74,30 @@ matrix: - NPY_BLAS_ORDER=mkl,blis,openblas,atlas,accelerate,blas - NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK - USE_ASV=1 - - python: 3.5 + + - python: 3.7 env: NPY_RELAXED_STRIDES_CHECKING=0 - - python: 3.6 + + - python: 3.7 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 - - python: 3.6 + + - python: 3.7 env: NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0 - - python: 3.6 + + - python: 3.7 env: - BLAS=None - LAPACK=None - ATLAS=None - - python: 3.6 + + - python: 3.7 os: linux arch: ppc64le env: # use ppc64le OpenBLAS build, not system ATLAS - ATLAS=None - - python: 3.6 + + - python: 3.7 os: linux arch: s390x env: |