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

Fix the excludes to sue the extended environment variables

parent 39cbb4a6
No related branches found
No related tags found
No related merge requests found
...@@ -23,21 +23,21 @@ matrix: ...@@ -23,21 +23,21 @@ matrix:
exclude: exclude:
- python: "2.6" - python: "2.6"
env: env:
- "SUITE=pep8,lint" - "NACL=libsodium SUITE=pep8,lint"
- LD_LIBRARY_PATH=/usr/local/lib - LD_LIBRARY_PATH=/usr/local/lib
- LD_RUN_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib
- python: "3.2" - python: "3.2"
env: env:
- "SUITE=pep8,lint" - "NACL=libsodium SUITE=pep8,lint"
- LD_LIBRARY_PATH=/usr/local/lib - LD_LIBRARY_PATH=/usr/local/lib
- LD_RUN_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib
- python: "3.3" - python: "3.3"
env: env:
- "SUITE=pep8,lint" - "NACL=libsodium SUITE=pep8,lint"
- LD_LIBRARY_PATH=/usr/local/lib - LD_LIBRARY_PATH=/usr/local/lib
- LD_RUN_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib
- python: "pypy" - python: "pypy"
env: env:
- "SUITE=pep8,lint" - "NACL=libsodium SUITE=pep8,lint"
- LD_LIBRARY_PATH=/usr/local/lib - LD_LIBRARY_PATH=/usr/local/lib
- LD_RUN_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.
Please register or to comment