aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2018-05-03 16:17:39 -0700
committerGitHub <noreply@github.com>2018-05-03 16:17:39 -0700
commit32004769436e01483cbbfc12f8b760c523ef1e1e (patch)
tree949f3ad0e64a364d631c410882dc6e16f232c8ba
parent974b5dd496042f65c7b0b7bdd54aba950f45e722 (diff)
downloadprotobuf-32004769436e01483cbbfc12f8b760c523ef1e1e.tar.gz
protobuf-32004769436e01483cbbfc12f8b760c523ef1e1e.tar.bz2
protobuf-32004769436e01483cbbfc12f8b760c523ef1e1e.zip
Update tests.sh
-rwxr-xr-xtests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 9b15b43c..e63105cb 100755
--- a/tests.sh
+++ b/tests.sh
@@ -226,10 +226,11 @@ internal_install_python_deps() {
if [ "$TRAVIS" != "true" ]; then
return;
fi
- # Install tox (OS X doesn't have pip).
+ # Install
+ (OS X doesn't have pip).
if [ $(uname -s) == "Darwin" ]; then
brew upgrade python;
- python -m pip install -q tox;
+ python3 -m pip install -q tox;
else
sudo pip install tox
fi