From 33891e1bd47b6dafad9164722cafe1122451dfd5 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Fri, 22 Feb 2013 21:38:55 -0500 Subject: [PATCH] Maybe we need to add the entire set of env vars? --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36ce2b6f..95a80afe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,10 @@ env: matrix: exclude: - python: "2.6" - env: "SUITE=pep8,lint" + env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" - python: "2.7" - env: "SUITE=pep8,lint" + env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" - python: "3.2" - env: "SUITE=pep8,lint" + env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" - python: "pypy" - env: "SUITE=pep8,lint" + env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib" -- GitLab