From 2807d494db24d4d113da88a46992a056942bd828 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 22 Apr 2016 17:20:10 +0200 Subject: Declare support for py3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2c720821..131bcef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) git: # a higher depth is needed for most of the tests - must be high enough to not actually be shallow -- cgit v1.2.3