aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '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