aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Wayne Parrott <jon.wayne.parrott@gmail.com>2015-08-17 11:33:58 -0700
committerJon Wayne Parrott <jon.wayne.parrott@gmail.com>2015-08-17 13:23:40 -0700
commite0be076399522ad6b6cf9c35c8fc2184b01dd228 (patch)
treed821977eabf47c95d0d020e3e93aa67433ae43e1 /.travis.yml
parent77e609fb0837c26414c6116d706ce4e8f310110e (diff)
downloadoauth2client-e0be076399522ad6b6cf9c35c8fc2184b01dd228.tar.gz
Adding travis and tox configuration to run the app engine tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 46f1cb6..b416272 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,12 @@ env:
- TOX_ENV=docs
- TOX_ENV=system-tests
- TOX_ENV=system-tests3
+ - TOX_ENV=gae
+ global:
+ - GAE_PYTHONPATH=${HOME}/.cache/google_appengine
+cache:
+ directories:
+ - ${HOME}/.cache
install:
- ./scripts/install.sh
script: