summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-26 09:18:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-26 09:20:46 +0200
commitb40d4b54e09a546dd9514b63c0cb141c64d80384 (patch)
tree33a1df682cc645bfa3d600adb1cd3810edc7a66f
parent8486f2d2e5c251d0fa891235a692fa8b1a440a89 (diff)
downloadgitpython-b40d4b54e09a546dd9514b63c0cb141c64d80384.tar.gz
chore(compat): re-add allowed breakage of py2.6
As inspired by comments in #431
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c01b3fd..17c34104 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
language: python
python:
+ - "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
+matrix:
+ allow_failures:
+ python: "2.6"
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