소스 검색

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