From dec4c64351191eebd82331ce2cfb88ece810e95e Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 10:51:06 -0500 Subject: [PATCH] Remove Ubuntu distribution specification for Travis CI Xenial is now the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment https://changelog.travis-ci.com/xenial-as-the-default-build-environment-is-coming-97772 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86b7752..9580c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,10 @@ python: - '2.7' - '3.5' - '3.6' +- '3.7' matrix: fast_finish: true - include: - - python: 3.7 - dist: xenial env: global: -- 2.25.1