From ecee70f7745e2ccc83d438df2d28fdeabe008631 Mon Sep 17 00:00:00 2001 From: Pablo Aguiar Date: Sat, 2 Nov 2019 19:03:35 +0100 Subject: [PATCH] #N/A: Use Xenial on TravisCI (#989) This simplifies and reduces the size of `.travis.yml`. --- .travis.yml | 42 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/.travis.yml b/.travis.yml index 532e05b..4f7194c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,37 +1,19 @@ language: python sudo: false +os: linux +dist: xenial matrix: include: - - os: linux - dist: xenial - python: "nightly" - - os: linux - dist: xenial - python: "3.8-dev" - - os: linux - dist: xenial - python: "3.8" - - os: linux - dist: xenial - python: "3.7-dev" - - os: linux - dist: xenial - python: "3.7" - - os: linux - dist: trusty - python: "3.6-dev" - - os: linux - dist: trusty - python: "3.6" - - os: linux - dist: trusty - python: "3.5" - - os: linux - dist: trusty - python: "3.4" - - os: linux - dist: trusty - python: "2.7" + - python: "nightly" + - python: "3.8-dev" + - python: "3.8" + - python: "3.7-dev" + - python: "3.7" + - python: "3.6-dev" + - python: "3.6" + - python: "3.5" + - python: "3.4" + - python: "2.7" - os: osx language: generic allow_failures: