From ac218ed4185c9d3a47f985c07d79c46918e7468e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 27 Aug 2013 17:38:28 -0300 Subject: [PATCH] no need to test latest versions of dependencies on python 2.6 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75c97fb14..e00a1596b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ matrix: env: BUILDENV=lucid - python: "2.7" env: BUILDENV=precise - - python: "2.6" - env: BUILDENV=latest - python: "2.7" env: BUILDENV=latest - python: "pypy"