Skip to content

Commit

Permalink
Merge pull request #2733 from dhermes/cut-0.21.0
Browse files Browse the repository at this point in the history
Upgrading core to version to 0.21.0.
  • Loading branch information
dhermes authored Nov 14, 2016
2 parents de69ded + b2030f9 commit c7c2c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-translate',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Translate',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions packages/google-cloud-translate/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
mock
pytest
covercmd =
Expand All @@ -17,7 +18,6 @@ covercmd =

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

0 comments on commit c7c2c90

Please sign in to comment.