aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <jieluo@google.com>2018-05-07 10:51:24 -0700
committerGitHub <noreply@github.com>2018-05-07 10:51:24 -0700
commitc38fdd4bb4d5fdbbd6d08cdcab236a86ff8d2dde (patch)
tree0a4cc5bd8f1c04fc526b0167d4fd2bb0fe42732b
parentaeaf6e4e0d0f6bac81e14149ac0b5ee51245c7e7 (diff)
downloadprotobuf-python_deps.tar.gz
protobuf-python_deps.tar.bz2
protobuf-python_deps.zip
Update tests.shpython_deps
-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