|
@@ -228,7 +228,8 @@ internal_install_python_deps() {
|
|
fi
|
|
fi
|
|
# Install tox (OS X doesn't have pip).
|
|
# Install tox (OS X doesn't have pip).
|
|
if [ $(uname -s) == "Darwin" ]; then
|
|
if [ $(uname -s) == "Darwin" ]; then
|
|
- sudo easy_install tox
|
|
|
|
|
|
+ brew upgrade python
|
|
|
|
+ python3 -m pip install tox
|
|
else
|
|
else
|
|
sudo pip install tox
|
|
sudo pip install tox
|
|
fi
|
|
fi
|