commit | c91d9ab0fd346288b31914419cffaafc558fced3 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <[email protected]> | Thu May 14 21:32:39 2015 -0400 |
committer | Tamir Duberstein <[email protected]> | Fri May 15 17:52:59 2015 -0400 |
tree | 14f11cbbf611a55f8b66d3cf2cc937837c79b769 | |
parent | e54c14552f3bee973f515546b946169ec432295a [diff] [blame] |
Allow tests to run on OS X
diff --git a/travis.sh b/travis.sh index 0917904..a7dbc84 100755 --- a/travis.sh +++ b/travis.sh
@@ -102,7 +102,8 @@ ./autogen.sh ./configure make -j2 - export LD_LIBRARY_PATH=../src/.libs + export LD_LIBRARY_PATH=../src/.libs # for Linux + export DYLD_LIBRARY_PATH=../src/.libs # for OS X cd python python setup.py build --cpp_implementation python setup.py test --cpp_implementation