Jie Luo 7 жил өмнө
parent
commit
aeaf6e4e0d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      tests.sh

+ 2 - 2
tests.sh

@@ -229,8 +229,8 @@ internal_install_python_deps() {
   # Install 
   # Install 
   (OS X doesn't have pip).
   (OS X doesn't have pip).
   if [ $(uname -s) == "Darwin" ]; then
   if [ $(uname -s) == "Darwin" ]; then
-    brew upgrade python;
-    python3 -m pip install -q tox;
+    brew upgrade python
+    python3 -m pip install tox
   else
   else
     sudo pip install tox
     sudo pip install tox
   fi
   fi