Jie Luo 7 anni fa
parent
commit
4d5c83b265
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      tests.sh

+ 1 - 3
tests.sh

@@ -227,9 +227,7 @@ internal_install_python_deps() {
     return;
     return;
   fi
   fi
   # Install tox (OS X doesn't have pip).
   # 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
     sudo pip install tox
   fi
   fi
   # Only install Python2.6/3.x on Linux.
   # Only install Python2.6/3.x on Linux.