File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,10 @@ jobs:
133133 if [[ -n $(grep vision ~/target_packages) ]]; then
134134 nox -f vision/nox.py
135135 fi
136+ - run :
137+ name : Make sure google-cloud setup.py is valid
138+ command : |
139+ nox -e lint_setup_py
136140 - deploy :
137141 name : Update the docs
138142 command : nox -e docs
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ Contributing
131131
132132Contributions to this library are always welcome and highly encouraged.
133133
134- See `CONTRIBUTING `_ for more information on how to get started.
134+ See the `CONTRIBUTING doc `_ for more information on how to get started.
135135
136- .. _CONTRIBUTING : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst
136+ .. _CONTRIBUTING doc : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst
137137
138138Community
139139---------
@@ -148,9 +148,9 @@ channel, click here to `get an invitation`_.
148148License
149149-------
150150
151- Apache 2.0 - See `LICENSE `_ for more information.
151+ Apache 2.0 - See `the LICENSE `_ for more information.
152152
153- .. _ LICENSE : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/LICENSE
153+ .. _ the LICENSE : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/LICENSE
154154
155155.. |circleci | image :: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python.svg?style=shield
156156 :target: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python
You can’t perform that action at this time.
0 commit comments