Skip to content

Commit 7dcbde6

Browse files
committed
Fixing accidental removal of {localdeps}
Also - adding RTD dependency for runtimeconfig. - adding local paths to umbrella tox config "deps" as was done in #2733.
1 parent c7c2c90 commit 7dcbde6

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-translate

1 file changed

+2
-0
lines changed

packages/google-cloud-translate/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ covercmd =
1818

1919
[testenv]
2020
commands =
21+
{[testing]localdeps}
2122
py.test --quiet {posargs} unit_tests
2223
deps =
2324
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testenv]deps}

0 commit comments

Comments
 (0)