浏览代码

travis / OSX: add xz package for python lzma support

Thomas Waldmann 9 年之前
父节点
当前提交
f44b4bb9b7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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