From 34fe0d7a9d36b7cf033d6056f60c14f244b9a926 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Fri, 22 Feb 2013 21:41:56 -0500 Subject: [PATCH] Simplify the Matrix again --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95a80afe..af7d16c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,10 @@ env: matrix: exclude: - python: "2.6" - env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" - - python: "2.7" - env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" + env: "SUITE=pep8,lint" - python: "3.2" - env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" + env: "SUITE=pep8,lint" + - python: "3.3" + env: "SUITE=pep8,lint" - python: "pypy" - env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" + env: "SUITE=pep8,lint" -- GitLab