Skip to content

Commit

Permalink
Merge pull request #1759 from tseaver/testing-squelch_noisy_pip
Browse files Browse the repository at this point in the history
Suppress noisy pip output.
  • Loading branch information
tseaver committed Apr 27, 2016
2 parents 277422b + 311d14c commit 4ddec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ covercmd =
basepython =
python2.7
commands =
pip install gcloud[grpc]
pip --quiet install gcloud[grpc]
nosetests
setenv =
PYTHONPATH =
Expand Down

0 comments on commit 4ddec32

Please sign in to comment.