浏览代码

Update tests.sh

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

+ 1 - 3
tests.sh

@@ -227,9 +227,7 @@ internal_install_python_deps() {
     return;
   fi
   # Install tox (OS X doesn't have pip).
-  if [ $(uname -s) == "Darwin" ]; then
-    brew install tox
-  else
+  if [ $(uname -s) != "Darwin" ]; then
     sudo pip install tox
   fi
   # Only install Python2.6/3.x on Linux.