aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-29 16:30:06 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-29 16:30:06 -0500
commit162f30a226f2ac35ae8e9ed09911adecd0db280c (patch)
treeb6f6db962ce1e1ca16d2efdf2a2cadce54368e02 /.travis
parent039540a3f5fbb458987c999e507010c478dd635d (diff)
downloadcryptography-162f30a226f2ac35ae8e9ed09911adecd0db280c.tar.gz
cryptography-162f30a226f2ac35ae8e9ed09911adecd0db280c.tar.bz2
cryptography-162f30a226f2ac35ae8e9ed09911adecd0db280c.zip
pypy doesn't name that shared object quite the same
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