Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92c7c8e

Browse files
committed
Allow failure of python 2.6
It really is not supported anymore by anyone, so it seems.
1 parent 0bbcf2f commit 92c7c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python:
1212
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
1313
matrix:
1414
allow_failures:
15+
- python: "2.6"
1516
- python: "3.6-dev"
1617
- python: "3.7-dev"
1718
- python: "nightly"

0 commit comments

Comments
 (0)