aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index a1788f8f..c22ded22 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -33,5 +33,5 @@ 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`
+ otool -L `find .tox -name _openssl*.so`
fi