Commit 0755ac94 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #52 from xoviat/osx

MRG: OSX: never update homebrew

Workaround for travis-ci/travis-ci#8552 .  Also see 
https://github.com/fonttools/fonttools/issues/1068
parents 180f4f76 ab683b5d
...@@ -285,6 +285,7 @@ function get_macpython_environment { ...@@ -285,6 +285,7 @@ function get_macpython_environment {
remove_travis_ve_pip remove_travis_ve_pip
install_macpython $version install_macpython $version
install_pip install_pip
export HOMEBREW_NO_AUTO_UPDATE=1
if [ -n "$venv_dir" ]; then if [ -n "$venv_dir" ]; then
install_virtualenv install_virtualenv
make_workon_venv $venv_dir make_workon_venv $venv_dir
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment