Pass all arguments to pip on Travis
This commit is contained in:
parent
55d8239671
commit
ced618eccb
@ -54,7 +54,7 @@ brew_install() {
|
||||
|
||||
pip_install() {
|
||||
# this uses python2
|
||||
travis_retry sudo -H python -m pip install $1
|
||||
travis_retry sudo -H python -m pip install "$@"
|
||||
}
|
||||
|
||||
npm_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user