summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Käufl <michael-k@users.noreply.github.com>2018-09-10 19:51:32 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-21 12:24:21 +0200
commit8fc6563219017354bdfbc1bf62ec3a43ad6febcb (patch)
tree100f8b6bb47aa6f1cb934157fe1cc41b2a0e305a /.travis.yml
parenta1634dc48b39ecca11dc39fd8bbf9f1d8f1b7be6 (diff)
downloadgitpython-8fc6563219017354bdfbc1bf62ec3a43ad6febcb.tar.gz
Document support for Python 3.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 52223bdb..79e314b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,14 +4,14 @@ python:
- "3.4"
- "3.5"
- "3.6"
- - "3.6-dev"
- - "3.7-dev"
- "nightly"
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
matrix:
+ include:
+ - python: 3.7
+ dist: xenial
+ sudo: required
allow_failures:
- - python: "3.6-dev"
- - python: "3.7-dev"
- python: "nightly"
git:
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow