summaryrefslogtreecommitdiff
path: root/.travis.yml
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.yml
parent6d1050064cc115eb781f094a7db51575a6d654e0 (diff)
downloadurllib3-735f27ca469716a397afe15d2cd16494ecbeaba1.tar.gz
Move app engine tests over to pytest
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ce5c9a78..b8a8e749 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ notifications:
email: false
env:
global:
- - GAE_PYTHONPATH=${HOME}/.cache/google_appengine
+ - GAE_SDK_PATH=${HOME}/.cache/google_appengine
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
- TOXENV=flake8-py3