فهرست منبع

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