浏览代码

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