Browse Source

Update tests.sh

Jie Luo 7 years ago
parent
commit
8701ae7ce8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -228,7 +228,7 @@ internal_install_python_deps() {
   fi
   # Install tox (OS X doesn't have pip).
   if [ $(uname -s) == "Darwin" ]; then
-    sudo brew install tox
+    brew install tox
   else
     sudo pip install tox
   fi