Remove old brew_install line
This commit is contained in:
parent
c33c019075
commit
1c8917b10e
@ -43,11 +43,6 @@ travis_retry() {
|
||||
return $result
|
||||
}
|
||||
|
||||
brew_install() {
|
||||
brew update
|
||||
brew install "$@"
|
||||
}
|
||||
|
||||
pip_install() {
|
||||
travis_retry python3 -m pip install "$@"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user