Skip to content

Commit a15d44c

Browse files
committed
Making the tox install of the gRPC extra quiet.
1 parent 6064270 commit a15d44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deps =
4545
basepython =
4646
python2.7
4747
commands =
48-
pip install gcloud[grpc]
48+
pip --quiet install gcloud[grpc]
4949
{[testenv]covercmd} --cover-min-percentage=100
5050
deps =
5151
{[testenv]deps}
@@ -107,7 +107,7 @@ passenv = {[testenv:system-tests]passenv}
107107
basepython =
108108
python2.7
109109
commands =
110-
pip install gcloud[grpc]
110+
pip --quiet install gcloud[grpc]
111111
python {toxinidir}/system_tests/attempt_system_tests.py
112112
setenv =
113113
PYTHONPATH =

0 commit comments

Comments
 (0)