Commit ab683b5d authored by xoviat's avatar xoviat Committed by GitHub
Browse files

OSX: never update hombrew

parent b6715fa0
...@@ -284,7 +284,7 @@ function get_macpython_environment { ...@@ -284,7 +284,7 @@ function get_macpython_environment {
remove_travis_ve_pip remove_travis_ve_pip
install_macpython $version install_macpython $version
install_pip install_pip
brew update 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