Skip to content

Commit

Permalink
ci: update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 3, 2019
1 parent afdb96f commit 49941ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis/osx_setup_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ pip install --upgrade pip
pip install certifi
/Applications/Python\ ${MPV::3}/Install\ Certificates.command

# Use TkAgg to avoid
# "ImportError: Python is not installed as a framework"
mkdir ~/.matplotlib
echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc

# go back
cd $OLD

0 comments on commit 49941ac

Please sign in to comment.