Skip to content

Commit

Permalink
Adding quiet flag to pip command for local deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 11, 2016
1 parent a2e4853 commit 6d96ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =

[testing]
localdeps =
pip install --upgrade {toxinidir}/../core
pip install --quiet --upgrade {toxinidir}/../core
deps =
pytest
covercmd =
Expand Down

0 comments on commit 6d96ba7

Please sign in to comment.