Explorar o código

travis / OSX: add xz package for python lzma support

Thomas Waldmann %!s(int64=9) %!d(string=hai) anos
pai
achega
f44b4bb9b7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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