From 162f30a226f2ac35ae8e9ed09911adecd0db280c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 29 Aug 2015 16:30:06 -0500 Subject: pypy doesn't name that shared object quite the same --- .travis/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis/run.sh') 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 -- cgit v1.2.3