summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-01-23 07:57:15 -0800
committerBob Ippolito <bob@redivi.com>2018-01-23 07:57:15 -0800
commitaaa4d8d7c7611104e6de4328b50563e4c29598ff (patch)
tree9dba2e1931f13b56baf63ea05ac17f208a873608
parentb02eb00b9d123c188f2a583d5fff77252e788efe (diff)
downloadxattr-aaa4d8d7c7611104e6de4328b50563e4c29598ff.tar.gz
more pypy build issue stuff
-rwxr-xr-x.travis/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 4f7be1c..ca7d88a 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -6,6 +6,8 @@ set -x
if [[ -n "$PYENV_VERSION" ]]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update && brew upgrade pyenv
+ brew install readline xz
+ export CFLAGS="-I$(xcrun --show-sdk-path)/usr/include"
fi
eval "$(pyenv init -)"
pyenv install --list