From aeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 3 May 2018 16:40:11 -0700 Subject: Update tests.sh --- tests.sh | 4 ++-- 1 file 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 -- cgit v1.2.3