Skip to content

Commit

Permalink
Allow tests to run on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed May 15, 2015
1 parent e54c145 commit c91d9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ build_python_cpp() {
./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
Expand Down

0 comments on commit c91d9ab

Please sign in to comment.