summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 12:02:36 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 12:02:36 -0600
commit158131eba0d5f2b06c5a901a3a15443db9eadad1 (patch)
treef9debbc2c8e84449058f9c849d5cb92b6b7507df
parent04005d5c936a09e27ca3c074887635a2a2da914c (diff)
downloadgitpython-158131eba0d5f2b06c5a901a3a15443db9eadad1.tar.gz
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
-rw-r--r--.travis.yml8
1 files 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