Ver Fonte

Update tests.sh

Jie Luo há 7 anos atrás
pai
commit
c38fdd4bb4
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      tests.sh

+ 1 - 2
tests.sh

@@ -226,8 +226,7 @@ internal_install_python_deps() {
   if [ "$TRAVIS" != "true" ]; then
   if [ "$TRAVIS" != "true" ]; then
     return;
     return;
   fi
   fi
-  # Install 
-  (OS X doesn't have pip).
+  # Install tox (OS X doesn't have pip).
   if [ $(uname -s) == "Darwin" ]; then
   if [ $(uname -s) == "Darwin" ]; then
     brew upgrade python
     brew upgrade python
     python3 -m pip install tox
     python3 -m pip install tox