Skip to content

Commit

Permalink
Making the google-cloud setup.py valid. (googleapis#3358)
Browse files Browse the repository at this point in the history
Also making sure that it gets checked on builds.
  • Loading branch information
dhermes authored May 2, 2017
1 parent 0164a4e commit a2f3c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ jobs:
if [[ -n $(grep vision ~/target_packages) ]]; then
nox -f vision/nox.py
fi
- run:
name: Make sure google-cloud setup.py is valid
command: |
nox -e lint_setup_py
- deploy:
name: Update the docs
command: nox -e docs
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ Contributing

Contributions to this library are always welcome and highly encouraged.

See `CONTRIBUTING`_ for more information on how to get started.
See the `CONTRIBUTING doc`_ for more information on how to get started.

.. _CONTRIBUTING: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst
.. _CONTRIBUTING doc: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst

Community
---------
Expand All @@ -148,9 +148,9 @@ channel, click here to `get an invitation`_.
License
-------

Apache 2.0 - See `LICENSE`_ for more information.
Apache 2.0 - See `the LICENSE`_ for more information.

.. _LICENSE: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/LICENSE
.. _the LICENSE: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/LICENSE

.. |circleci| image:: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python.svg?style=shield
:target: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python
Expand Down

0 comments on commit a2f3c74

Please sign in to comment.