diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index 04ec6b73d1..f702e6a409 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -8,9 +8,9 @@ if [ "${TRAVIS:-false}" = "false" ]; then fi -pip install selenium===3.14.1 \ - docker===3.5.0 \ - | grep -v 'Requirement already satisfied' +python -m pip install selenium===3.14.1 \ + docker===3.5.0 \ + | grep -v 'Requirement already satisfied' python test.py $1 $2 ret_code=$?