summaryrefslogtreecommitdiff
path: root/.travis/osx-prepare.sh
blob: 4725fd829d7560202b137b2df27b7360f297320a (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -ev
pip2 install --user six
pip2 install --user --upgrade docutils

brew update || true
brew uninstall libtool && brew install libtool || true