Skip to content

Commit

Permalink
Merge pull request #2736 from dhermes/dep-tweaks
Browse files Browse the repository at this point in the history
Fixing accidental removal of {localdeps}
  • Loading branch information
dhermes authored Nov 14, 2016
2 parents 16b9fc4 + 04a5b82 commit 231b9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -25,6 +26,7 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down

0 comments on commit 231b9ad

Please sign in to comment.