From 8175d8f2fcf96f74f1c21c6274e7cc00104d9879 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 15 Nov 2019 10:27:35 -0700 Subject: TST: Update travis.yml - Use 3.8 instead of 3.8-dev - Add some blank lines for clarity --- .travis.yml | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.1