Commits

Wes McKinney authored c4d535ca1ed
ARROW-753: [Python] Fix linker error for python-test on OS X We don't link to libpython in the pyarrow C extensions, but we need to run the googletest unit tests. I thought we were building and running this test in Travis CI, but we're not yet. It's not that easy to add that right now, so this triages the builds in the meantime Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #478 from wesm/ARROW-753 and squashes the following commits: bcc2455 [Wes McKinney] Fix linker error for python-test on OS X