commit | 7548c63b5e70ed1b2e3e85cb56bb579441545048 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat May 12 16:15:26 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 12 16:15:26 2018 -0400 |
tree | e4224243b1edd52f04381373d9bd28efdbe945d6 | |
parent | 056c9ddc412fb23b81d3192f9f4e2403982ef09a [diff] |
Run no longer used debugging output from travis (#4233)
diff --git a/.travis/run.sh b/.travis/run.sh index 2b9479d..1e2ba71 100755 --- a/.travis/run.sh +++ b/.travis/run.sh
@@ -36,7 +36,3 @@ 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