Skip to content

Commit

Permalink
Fixing accidental removal of {localdeps}
Browse files Browse the repository at this point in the history
Also

- adding RTD  dependency for runtimeconfig.
- adding local paths to umbrella tox config "deps"
  as was done in #2733.
  • Loading branch information
dhermes committed Nov 14, 2016
1 parent b863625 commit 1855872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-monitoring/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 @@ -26,6 +27,7 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testing]deps}
Expand Down

0 comments on commit 1855872

Please sign in to comment.