Skip to content

Commit b40d4b5

Browse files
committed
chore(compat): re-add allowed breakage of py2.6
As inspired by comments in #431
1 parent 8486f2d commit b40d4b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: python
22
python:
3+
- "2.6"
34
- "2.7"
45
- "3.3"
56
- "3.4"
67
- "3.5"
78
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
9+
matrix:
10+
allow_failures:
11+
python: "2.6"
812
git:
913
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1014
# as we clone our own repository in the process

0 commit comments

Comments
 (0)