소스 검색

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