Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make travis osx before_install more portable
  • Loading branch information
m-kuhn committed Mar 8, 2016
1 parent 3059dd5 commit e404a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis/osx/before_install.sh
Expand Up @@ -14,8 +14,8 @@ brew ln libxml2 --force
brew ln gettext --force
brew ln libffi --force

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
mkdir -p ${HOME}/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> ${HOME}/Library/Python/2.7/lib/python/site-packages/homebrew.pth

# Needed for Processing
pip install psycopg2 numpy nose2 pyyaml mock

0 comments on commit e404a1c

Please sign in to comment.