Skip to content

Commit 4ddec32

Browse files
committed
Merge pull request #1759 from tseaver/testing-squelch_noisy_pip
Suppress noisy pip output.
2 parents 277422b + 311d14c commit 4ddec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ covercmd =
2525
basepython =
2626
python2.7
2727
commands =
28-
pip install gcloud[grpc]
28+
pip --quiet install gcloud[grpc]
2929
nosetests
3030
setenv =
3131
PYTHONPATH =

0 commit comments

Comments
 (0)