aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2018-05-03 16:40:11 -0700
committerGitHub <noreply@github.com>2018-05-03 16:40:11 -0700
commitaeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7 (patch)
tree2e56278e2ddf2f1a7fda704956f8ee9694c8c589
parent32004769436e01483cbbfc12f8b760c523ef1e1e (diff)
downloadprotobuf-aeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7.tar.gz
protobuf-aeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7.tar.bz2
protobuf-aeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7.zip
Update tests.sh
-rwxr-xr-xtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index e63105cb..4875885d 100755
--- a/tests.sh
+++ b/tests.sh
@@ -229,8 +229,8 @@ internal_install_python_deps() {
# Install
(OS X doesn't have pip).
if [ $(uname -s) == "Darwin" ]; then
- brew upgrade python;
- python3 -m pip install -q tox;
+ brew upgrade python
+ python3 -m pip install tox
else
sudo pip install tox
fi