From 84f14c0ca0f93bb097aed44a1748924581d5716e Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 30 Sep 2015 16:05:33 +0200 Subject: [PATCH] shrink travis matrix --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b8660d63..99ae90699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ cache: directories: - ~/.cache/bower python: - - 3.4 - - 3.3 + - 3.5 - 2.7 sudo: false env: @@ -29,6 +28,8 @@ matrix: include: - python: 3.3 env: GROUP=python + - python: 3.4 + env: GROUP=python after_success: - coveralls