Skip to content

Commit

Permalink
chore(compat): re-add allowed breakage of py2.6
Browse files Browse the repository at this point in the history
As inspired by comments in #431
  • Loading branch information
Byron committed May 26, 2016
1 parent 8486f2d commit b40d4b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

1 comment on commit b40d4b5

@boegel
Copy link
Contributor

@boegel boegel commented on b40d4b5 May 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.