From 7548c63b5e70ed1b2e3e85cb56bb579441545048 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 12 May 2018 16:15:26 -0400 Subject: Run no longer used debugging output from travis (#4233) --- .travis/run.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis') 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 -- cgit v1.2.3