From 92c7c8eba97254802593d80f16956be45b753fd1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 10 Jun 2017 17:57:45 +0200 Subject: Allow failure of python 2.6 It really is not supported anymore by anyone, so it seems. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 756ee90d..f20e76ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ python: # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: allow_failures: + - python: "2.6" - python: "3.6-dev" - python: "3.7-dev" - python: "nightly" -- cgit v1.2.3