aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJon Wayne Parrott <jonwayne@google.com>2017-05-09 12:54:17 -0700
committerGitHub <noreply@github.com>2017-05-09 12:54:17 -0700
commitefe567a8f03739a5a340fa9f6909690db340caf6 (patch)
tree0077abb1cb3c675cda1b2a69cfe6dc648680a265 /scripts
parentcf13958d7d66dfa99492ac0cc91d75e276066be1 (diff)
downloadoauth2client-efe567a8f03739a5a340fa9f6909690db340caf6.tar.gz
Fix ci (#712)
* Add missing docs files * Fix app engine sdk download command * Remove PyPy, as cryptography updates seems to have broken oauth2client support since at least v2.0.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 16f312f..e1ed5c5 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -20,8 +20,8 @@ pip install --upgrade pip setuptools tox coveralls
# App Engine tests require the App Engine SDK.
if [[ "${TOX_ENV}" == "gae" || "${TOX_ENV}" == "cover" ]]; then
- pip install git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
- gcprepotools download-appengine-sdk `dirname ${GAE_PYTHONPATH}`
+ pip install gcp-devrel-py-tools
+ gcp-devrel-py-tools download-appengine-sdk `dirname ${GAE_PYTHONPATH}`
fi
# Travis ships with an old version of PyPy, so install at least version 2.6.