From 454bf1eaf6c7c49271f5c6ffad2dd6265b5e3b06 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 27 Jul 2018 14:26:31 -0700 Subject: [PATCH] simplify .travis.yml --- .travis.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3859d01..33c3dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: python +# defaults: the py3.7 environment overrides these +dist: trusty +sudo: false + cache: pip before_cache: - rm -f $HOME/.cache/pip/log/debug.log @@ -19,33 +23,16 @@ after_success: matrix: include: - python: 2.7 - dist: trusty - sudo: false - python: 3.3 - dist: trusty - sudo: false - python: 3.4 - dist: trusty - sudo: false - python: 3.5 - dist: trusty - sudo: false - python: 3.6 - dist: trusty - sudo: false - python: 3.7 - dist: xenial - # we don't actually need sudo, but that kicks us onto GCE, which means - # "group: edge" will let us get Ubuntu 14.04 LTS (xenial) - #group: edge + # we don't actually need sudo, but that kicks us onto GCE, which lets + # us get xenial sudo: true + dist: xenial - python: nightly - dist: trusty - sudo: false allow_failures: - python: 3.3 - dist: trusty - sudo: false - python: nightly - dist: trusty - sudo: false