From ca5031f9fd9a4a06de4eb118fa675a8dbb08f76b Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 18 Dec 2015 20:35:05 +0100 Subject: [PATCH] [Travis CI] Finally fixes the Python matrix to have all supported versions available. --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4759179..b613254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: python -python: - - 2.7 - - 3.2 - - 3.3 - - 3.4 - - 3.5 +# We say we use Python 3.5 otherwise we only access by default +# to Python 2.7, 3.2, 3.3, & 3.4 + +python: 3.5 services: - memcached