diff options
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/osx-prepare.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh index 1f144fb41..4725fd829 100755 --- a/.travis/osx-prepare.sh +++ b/.travis/osx-prepare.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ev -pip install --user six -pip install --user --upgrade docutils +pip2 install --user six +pip2 install --user --upgrade docutils brew update || true brew uninstall libtool && brew install libtool || true |