travis / OSX: add xz package for python lzma support

This commit is contained in:
Thomas Waldmann 2016-05-03 00:11:25 +02:00
parent 75b3e786ed
commit f44b4bb9b7
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
fi
brew install lz4
brew install xz # required for python lzma module
brew outdated pyenv || brew upgrade pyenv
case "${TOXENV}" in