Skip to content

Commit ef4f1c8

Browse files
committed
Fix macOS test to install zlib explicitly
1 parent 80a112f commit ef4f1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install:
2222
pip install --upgrade pip setuptools tox-travis
2323
elif [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
2424
brew tap drolando/homebrew-deadsnakes
25+
brew install zlib
2526
brew install python34 python35 python36 python3 pypy
2627
pip install --upgrade pip setuptools
2728
pip install tox

0 commit comments

Comments
 (0)