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 c7c2c90 + 7dcbde6 commit 7c2f3d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-translate/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ covercmd =

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

0 comments on commit 7c2f3d2

Please sign in to comment.