aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 4875885d..5fec74c0 100755
--- a/tests.sh
+++ b/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