diff options
| author | Jon Wayne Parrott <jonwayne@google.com> | 2017-06-07 21:36:51 -0700 |
|---|---|---|
| committer | Jon Wayne Parrott <jonwayne@google.com> | 2017-06-07 21:36:51 -0700 |
| commit | 735f27ca469716a397afe15d2cd16494ecbeaba1 (patch) | |
| tree | b4309d0c1471ab272d7ac7d8c6619edc65a0f078 /_travis | |
| parent | 6d1050064cc115eb781f094a7db51575a6d654e0 (diff) | |
| download | urllib3-735f27ca469716a397afe15d2cd16494ecbeaba1.tar.gz | |
Move app engine tests over to pytest
Diffstat (limited to '_travis')
| -rwxr-xr-x | _travis/install.sh | 2 |
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 |
