Explorar o código

Update tests.sh

Jie Luo %!s(int64=7) %!d(string=hai) anos
pai
achega
4d5c83b265
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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.