소스 검색

Update tests.sh

Jie Luo 7 년 전
부모
커밋
8701ae7ce8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -228,7 +228,7 @@ internal_install_python_deps() {
   fi
   # Install tox (OS X doesn't have pip).
   if [ $(uname -s) == "Darwin" ]; then
-    sudo brew install tox
+    brew install tox
   else
     sudo pip install tox
   fi