From 531df8137020107f84e390bdb9c4047504888b3f Mon Sep 17 00:00:00 2001 From: Rory Yorke Date: Fri, 12 Aug 2016 19:04:58 +0200 Subject: [PATCH] Enable Travis builds for Python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bc8d9652c..207c5df89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" # install required system libraries before_install: