Explorar o código

Update tests.sh

Jie Luo %!s(int64=7) %!d(string=hai) anos
pai
achega
3200476943
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      tests.sh

+ 3 - 2
tests.sh

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