aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBarry Scott <barry@barrys-emacs.org>2016-05-28 13:23:18 +0100
committerBarry Scott <barry@barrys-emacs.org>2016-05-28 13:23:18 +0100
commitd255f4c8fd905d1cd12bd42b542953d54ac8a8c3 (patch)
treefaffbb7ad5eb0d21ff0920791842aa7446332e1c /.travis.yml
parentb4492c7965cd8e3c5faaf28b2a6414b04984720b (diff)
parentc5077dac4c7680c925f4c5e792eeb3c296a3b4c4 (diff)
downloadGitPython-d255f4c8fd905d1cd12bd42b542953d54ac8a8c3.tar.gz
GitPython-d255f4c8fd905d1cd12bd42b542953d54ac8a8c3.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c01b3fd..99ecd4aa 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