forked from premiere/premiere-libtorrent
fix travis installation of dot and PIL
This commit is contained in:
parent
c1a3108453
commit
8b9dfc8244
|
@ -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 |
Loading…
Reference in New Issue