diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-17 17:30:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-17 17:30:56 -0600 |
commit | b7a2b6917a78f12c7bf8f816c234b81d7b46cd8e (patch) | |
tree | cac79a5be109a5acda602f50e3cbac757bcd39c6 | |
parent | 1cda13d7d72d4f679d0829c83f3647462a8f726f (diff) | |
parent | 3a7b0408e94dc7fb6803d5a77644141a9bdcec4d (diff) | |
download | python-numpy-b7a2b6917a78f12c7bf8f816c234b81d7b46cd8e.tar.gz python-numpy-b7a2b6917a78f12c7bf8f816c234b81d7b46cd8e.tar.bz2 python-numpy-b7a2b6917a78f12c7bf8f816c234b81d7b46cd8e.zip |
Merge pull request #10758 from charris/use-more-3.6-testing
TST: Change most travisci tests to Python3.6.
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index fca0c632d..1aa033caa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,17 +37,15 @@ python: - 3.6 matrix: include: - - python: 2.7 - env: USE_CHROOT=1 ARCH=i386 DIST=artful PYTHON=2.7 + - python: 3.6 + env: USE_CHROOT=1 ARCH=i386 DIST=artful PYTHON=3.6 sudo: true - dist: trusty addons: apt: packages: - debootstrap - python: 3.4 env: USE_DEBUG=1 - dist: trusty addons: apt: packages: @@ -57,19 +55,21 @@ matrix: - python3-dev - python3-nose - python3-setuptools - - python: 3.5 + - python: 3.6 env: USE_WHEEL=1 RUN_FULL_TESTS=1 - - python: 3.5 - env: USE_SDIST=1 - python: 2.7 + env: USE_WHEEL=1 RUN_FULL_TESTS=1 PYTHON_OPTS="-3 -OO" + - python: 3.6 + env: USE_SDIST=1 + - python: 3.6 env: - PYTHONOPTIMIZE=2 - USE_ASV=1 - - python: 2.7 - env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OPTS="-3 -OO" - - python: 2.7 + - python: 3.5 + env: NPY_RELAXED_STRIDES_CHECKING=0 + - python: 3.6 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 - - python: 2.7 + - python: 3.6 env: - BLAS=None - LAPACK=None |