diff options
author | mattip <matti.picus@gmail.com> | 2019-01-25 16:03:19 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-01-25 16:03:19 +0200 |
commit | 2d04c63a7ba9071f699afc705e4f79199403b88d (patch) | |
tree | 7122e938ee2ac6a369a16b6c2dfd10aa7d244143 | |
parent | 7e3d558aeee5a8a5eae5ebb6aef03de892a92ebd (diff) | |
download | numpy-2d04c63a7ba9071f699afc705e4f79199403b88d.tar.gz |
TEST: use xenial by default for travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9809afa97..a5eb7fabb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # http://lint.travis-ci.org/ language: python group: travis_latest +dist: xenial # Run jobs on container-based infrastructure, can be overridden per job sudo: false @@ -36,11 +37,9 @@ python: matrix: include: - python: 3.7 - dist: xenial # Required for Python 3.7 sudo: true # travis-ci/travis-ci#9069 env: INSTALL_PICKLE5=1 - python: 3.5 - dist: xenial # Required for python3.5-dbg sudo: true # travis-ci/travis-ci#9069 env: USE_DEBUG=1 addons: @@ -60,6 +59,7 @@ matrix: - PYTHONOPTIMIZE=2 - USE_ASV=1 - python: 3.5 + dist: trusty # remove after April 2019 env: NPY_RELAXED_STRIDES_CHECKING=0 - python: 3.6 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 |