From 4c5a859e86a6ad2d40954a69e4c222753492991a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 30 Oct 2015 15:53:21 +0800 Subject: [PATCH] Add python 3.5 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index af334d7..e138e04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 # - pypy Disabled for pypy < 2.6.0 install: