From 32004769436e01483cbbfc12f8b760c523ef1e1e Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 3 May 2018 16:17:39 -0700 Subject: Update tests.sh --- tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests.sh b/tests.sh index 9b15b43c..e63105cb 100755 --- a/tests.sh +++ b/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 -- cgit v1.2.3