Skip to content

Commit

Permalink
Need to install from local deps first.
Browse files Browse the repository at this point in the history
The `pip install --upgrade` still is needed to ensure
freshness but by removing the filesystem paths from deps
we made the initial install grab from PyPI (by mistake).
This way, all local package deps are grabbed from
the local filesystem.
  • Loading branch information
dhermes committed Nov 14, 2016
1 parent 2cb21d9 commit 50eda1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-python-speech/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

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

0 comments on commit 50eda1f

Please sign in to comment.