fix travis installation of dot and PIL

This commit is contained in:
arvidn 2016-03-18 20:22:20 -04:00
parent c1a3108453
commit 8b9dfc8244
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ before_install:
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;
sudo easy_install -U aafigure;
brew install --quiet graphviz;
brew install --quiet Homebrew/python/pillow;
fi'
# disable simulations on OSX for now. It hangs on travis

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB