File tree Expand file tree Collapse file tree 5 files changed +7
-107
lines changed Expand file tree Collapse file tree 5 files changed +7
-107
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ script:
1212 - tox -e cover
1313 - tox -e system-tests
1414 - tox -e system-tests3
15- - tox -e docs
1615 - scripts/update_docs.sh
1716
1817after_success :
Original file line number Diff line number Diff line change 1- # Copyright 2014 Google Inc. All rights reserved.
1+ # Copyright 2016 Google Inc. All rights reserved.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Simple script to get the gcloud version."""
15+ """Simple script to get the google-cloud version."""
1616
1717from pkg_resources import get_distribution
18- print get_distribution ('google-cloud' ).version
18+ print ( get_distribution ('google-cloud' ).version )
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Copyright 2014 Google Inc. All rights reserved.
3+ # Copyright 2016 Google Inc. All rights reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
3434# Adding GitHub pages branch. `git submodule add` checks it
3535# out at HEAD.
3636GH_PAGES_DIR=" ghpages"
37- git submodule add -b gh-pages \
37+ git submodule add -q - b gh-pages \
3838 " https://${GH_OAUTH_TOKEN} @github.com/${GH_OWNER} /${GH_PROJECT_NAME} " \
3939 ${GH_PAGES_DIR}
4040
@@ -89,6 +89,6 @@ git config --global user.name "travis-ci"
8989git commit -m " Update docs after merge to master."
9090# NOTE: This may fail if two docs updates (on merges to master)
9191# happen in close proximity.
92- git push \
92+ git push -q \
9393 " https://${GH_OAUTH_TOKEN} @github.com/${GH_OWNER} /${GH_PROJECT_NAME} " \
9494 HEAD:gh-pages
Original file line number Diff line number Diff line change 1- # Copyright 2014 Google Inc. All rights reserved.
1+ # Copyright 2016 Google Inc. All rights reserved.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments