From 158131eba0d5f2b06c5a901a3a15443db9eadad1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 Feb 2020 12:02:36 -0600 Subject: Simplify Travis CI configuration Ubuntu Xenial 16.04 is now the default Travis CI build environment: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 206c133e..65c36d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,12 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: - include: - - python: 3.7 - dist: xenial - - python: "nightly" - dist: xenial allow_failures: - python: "nightly" - dist: xenial git: # a higher depth is needed for most of the tests - must be high enough to not actually be shallow # as we clone our own repository in the process -- cgit v1.2.3