From fa2a11658c0f188810b652e5bf79a10514eefb2c Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 13 Oct 2015 13:34:12 +0100 Subject: Add Python 3.5 on Travis Close gh-269 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 51c967d..251dfaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 - pypy install: -- cgit v1.2.1