summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-04-09 13:24:37 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-04-09 13:24:37 +0200
commit2dd7aca043c197979e6b4b5ff951e2b62c320ef4 (patch)
tree8bf7d421967d68b3406396b3bdf65bfbefd21702 /.travis.yml
parent6411bf1bf1ce403e8b38dbbdaf78ccdbe2b042dd (diff)
downloadgitpython-2dd7aca043c197979e6b4b5ff951e2b62c320ef4.tar.gz
Allow failures for dev versions of python
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 99b33485..756ee90d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,11 @@ python:
- "3.7-dev"
- "nightly"
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
-#matrix:
-# allow_failures:
-# - python: "2.6"
+matrix:
+ 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
# as we clone our own repository in the process