浏览代码

Update tests.sh

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

+ 1 - 2
tests.sh

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