aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh5
1 files 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