aboutsummaryrefslogtreecommitdiff
path: root/tests/data
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 /tests/data
parent77e609fb0837c26414c6116d706ce4e8f310110e (diff)
downloadoauth2client-e0be076399522ad6b6cf9c35c8fc2184b01dd228.tar.gz
Adding travis and tox configuration to run the app engine tests
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/app.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/app.yaml b/tests/data/app.yaml
new file mode 100644
index 0000000..9268dfa
--- /dev/null
+++ b/tests/data/app.yaml
@@ -0,0 +1,10 @@
+# Dummy app.yaml to placate nosegae.
+application: oauth2client
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: yes
+
+handlers:
+- url: /.*
+ script: null.app