From ce71d072613b368d8a531065cb202c92fbdfbe89 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 21 Feb 2016 14:40:27 +0800 Subject: Enable automated testing with Python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9f4ec7f..ccffaad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" - "pypy3.3-5.2-alpha1" matrix: -- cgit v1.2.1