From 65f4045aca0b88ce02a8345e5c97d3c2e8543e90 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 18 Dec 2015 17:07:04 +0100 Subject: [PATCH] [Travis CI] Tells explicitely Travis that it should also use Python 3.5. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index eee2da0..4759179 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,12 @@ language: python +python: + - 2.7 + - 3.2 + - 3.3 + - 3.4 + - 3.5 + services: - memcached - redis-server