From 2510da1961f95ea7d642d1b61bcd270b90962f54 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 27 Oct 2015 08:34:38 -0700 Subject: [PATCH] Add Python 3.5 to Travis test suite --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 71fcb137..112b434d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" script: - python setup.py build_ext -i