Skip to content
Snippets Groups Projects
Commit 33891e1b authored by Donald Stufft's avatar Donald Stufft
Browse files

Maybe we need to add the entire set of env vars?

parent 9b7e9b7b
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,10 @@ env: ...@@ -21,10 +21,10 @@ env:
matrix: matrix:
exclude: exclude:
- python: "2.6" - 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" - 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" - 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" - python: "pypy"
env: "SUITE=pep8,lint" env: "SUITE=pep8,lint LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment