From f44b4bb9b7964ac748fa4ddc14a2eec57c856e77 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 3 May 2016 00:11:25 +0200 Subject: [PATCH] travis / OSX: add xz package for python lzma support --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index 73e292ddd..6ae408992 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -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