Skip to content

Commit b9a7dc5

Browse files
committed
chore(compat): another attempt to get travis right
1 parent b40d4b5 commit b9a7dc5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
99
matrix:
1010
allow_failures:
11-
python: "2.6"
11+
- python: "2.6"
1212
git:
1313
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1414
# as we clone our own repository in the process

‎doc/source/intro.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Requirements
1414
============
1515

1616
* `Python`_ 2.7 or newer
17-
Since GitPython 2.0.0
17+
Since GitPython 2.0.0. Please note that python 2.6 is still reasonably well supported, but might
18+
deteriorate over time.
1819
* `Git`_ 1.7.0 or newer
1920
It should also work with older versions, but it may be that some operations
2021
involving remotes will not work as expected.

0 commit comments

Comments
 (0)