From 039540a3f5fbb458987c999e507010c478dd635d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 29 Aug 2015 16:02:19 -0500 Subject: add some otool output to the OS X builds --- .travis/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis/run.sh b/.travis/run.sh index b519c9fc..a1788f8f 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -31,3 +31,7 @@ else fi source ~/.venv/bin/activate tox -- $TOX_FLAGS +# Output information about linking of the OpenSSL library on OS X +if [[ "$(uname -s)" == "Darwin" ]]; then + otool -L `find .tox -name _openssl.so` +fi -- cgit v1.2.3