summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-05-03 00:11:25 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-05-03 19:57:44 +0200
commitf44b4bb9b7964ac748fa4ddc14a2eec57c856e77 (patch)
tree0fd5d577c8d0ffc54d0c4399a4152de81274194e /.travis
parent75b3e786ed1b28662095e8b6a96fd9b198532f6f (diff)
travis / OSX: add xz package for python lzma support
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
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