diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-01 17:37:24 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-09-01 22:50:19 -0600 |
commit | 10d47df635902339b526220a893421c83da6c896 (patch) | |
tree | 52368da8ca9c2035f4004112fac75495ced18f44 /.travis.yml | |
parent | 4fc43793c73bfc50bedab979b6754843305d108c (diff) | |
download | numpy-10d47df635902339b526220a893421c83da6c896.tar.gz |
TST: Drop Python 3.4 testing
* Drop Python 3.4 testing on travis and appveyor.
* Move the DEBUG build to 3.5.
* Document dropping 3.4 support in the release notes.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5c1f8ab1f..7c8ec2ee0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ env: python: - 2.7 - - 3.4 - 3.5 - 3.6 matrix: @@ -49,7 +48,9 @@ matrix: packages: - dpkg - debootstrap - - python: 3.4 + - python: 3.5 + dist: xenial # Required for python3.5-dbg + sudo: true # travis-ci/travis-ci#9069 env: USE_DEBUG=1 addons: apt: |