aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 2b9479d8..1e2ba71b 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -36,7 +36,3 @@ else
fi
source ~/.venv/bin/activate
tox
-# Output information about linking of the OpenSSL library on OS X
-if [[ "$(uname -s)" == "Darwin" ]]; then
- otool -L $(find .tox -name "_openssl*.so")
-fi