Browse Source

travis / OSX: add xz package for python lzma support

Thomas Waldmann 9 years ago
parent
commit
f44b4bb9b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis/install.sh

+ 1 - 0
.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