summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Käufl <michael-k@users.noreply.github.com>2018-10-14 23:55:49 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-21 12:24:21 +0200
commit6e4239c4c3b106b436673e4f9cca43448f6f1af9 (patch)
tree71f53e919c3d1a3cf64fd1693d7aeed70c5cf7f1 /.travis.yml
parentc49ba433b3ff5960925bd405950aae9306be378b (diff)
downloadgitpython-6e4239c4c3b106b436673e4f9cca43448f6f1af9.tar.gz
Run tests on travis against an up-to-date nightly
Running "nightly" on trusty (the current default on travis) is not nightly any more, but 3.7.0a4+. See https://docs.travis-ci.com/user/languages/python/#development-releases-support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 79e314b8..3c2daf24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,15 @@ python:
- "3.4"
- "3.5"
- "3.6"
- - "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
+ - python: "nightly"
+ dist: xenial
+ sudo: required
allow_failures:
- python: "nightly"
git: