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

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