1 parent b40d4b5 commit b9a7dc5Copy full SHA for b9a7dc5
.travis.yml
@@ -8,7 +8,7 @@ python:
8
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
9
matrix:
10
allow_failures:
11
- python: "2.6"
+ - python: "2.6"
12
git:
13
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
14
# as we clone our own repository in the process
doc/source/intro.rst
@@ -14,7 +14,8 @@ Requirements
============
15
16
* `Python`_ 2.7 or newer
17
- Since GitPython 2.0.0
+ Since GitPython 2.0.0. Please note that python 2.6 is still reasonably well supported, but might
18
+ deteriorate over time.
19
* `Git`_ 1.7.0 or newer
20
It should also work with older versions, but it may be that some operations
21
involving remotes will not work as expected.
0 commit comments