Skip to content

Commit a73e2a0

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 1ea496d commit a73e2a0

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

packages/google-cloud-language/tox.ini

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

1818
[testenv]
1919
commands =
20+
{[testing]localdeps}
2021
py.test --quiet {posargs} unit_tests
2122
deps =
2223
{[testing]deps}
@@ -25,6 +26,7 @@ deps =
2526
basepython =
2627
python2.7
2728
commands =
29+
{[testing]localdeps}
2830
{[testing]covercmd}
2931
deps =
3032
{[testenv]deps}

0 commit comments

Comments
 (0)