From 6dddee6afbd955b0a704ce6bed9a9c0bf7c7eb5c Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Fri, 22 Feb 2013 20:22:52 -0500 Subject: [PATCH] Setup the LID_LIBRARY_PATH and LD_RUN_PATH --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cc66549..9c7be86a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ script: - pep8 nacl - pylint --rcfile .pylintrc -r y nacl - py.test +env: + - LD_LIBRARY_PATH=/usr/local/lib LD_RUN_PATH=/usr/local/lib -- GitLab