浏览代码

Update tests.sh

Jie Luo 7 年之前
父节点
当前提交
aeaf6e4e0d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests.sh

+ 2 - 2
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