From 3e24b017ac5bf484c259e96bb408bf5c427b429f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 19 Jan 2016 22:35:02 +0100 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 b2194ae..c48597a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" install: # Optimisation: build requirements as wheels, which get cached by Travis