update brew command to install docutils

This commit is contained in:
arvidn 2016-07-15 14:42:08 -04:00
parent e079d0291e
commit bed412c66d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ before_install:
- git submodule update --init --recursive
- if [ $TRAVIS_OS_NAME == "osx" ]; then brew update > /dev/null && brew install --quiet ccache boost-build boost-python; fi
- 'if [[ $TRAVIS_OS_NAME == "osx" && $docs = "1" ]]; then
brew install --quiet https://raw.githubusercontent.com/catap/homebrew/docutils/Library/Formula/docutils.rb;
brew install --quiet docutils;
mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages;
echo ''import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")'' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth;
sudo easy_install Pygments;