summaryrefslogtreecommitdiff
path: root/_travis
diff options
context:
space:
mode:
authorJon Wayne Parrott <jonwayne@google.com>2017-06-07 21:36:51 -0700
committerJon Wayne Parrott <jonwayne@google.com>2017-06-07 21:36:51 -0700
commit735f27ca469716a397afe15d2cd16494ecbeaba1 (patch)
treeb4309d0c1471ab272d7ac7d8c6619edc65a0f078 /_travis
parent6d1050064cc115eb781f094a7db51575a6d654e0 (diff)
downloadurllib3-735f27ca469716a397afe15d2cd16494ecbeaba1.tar.gz
Move app engine tests over to pytest
Diffstat (limited to '_travis')
-rwxr-xr-x_travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_travis/install.sh b/_travis/install.sh
index b096cb6e..430dbeaa 100755
--- a/_travis/install.sh
+++ b/_travis/install.sh
@@ -57,5 +57,5 @@ pip install tox
if [[ "${TOXENV}" == "gae" ]]; then
pip install gcp-devrel-py-tools
- gcp-devrel-py-tools download-appengine-sdk ${GAE_PYTHONPATH}
+ gcp-devrel-py-tools download-appengine-sdk "$(dirname ${GAE_SDK_PATH})"
fi