ソースを参照

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
   fi
   # Install tox (OS X doesn't have pip).
   # Install tox (OS X doesn't have pip).
   if [ $(uname -s) == "Darwin" ]; then
   if [ $(uname -s) == "Darwin" ]; then
-    sudo brew install tox
+    brew install tox
   else
   else
     sudo pip install tox
     sudo pip install tox
   fi
   fi