diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-10-07 23:47:25 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-10-07 23:47:25 -0400 |
| commit | fd10a9ac9564d2973995bea4bc66155b2ddc6591 (patch) | |
| tree | 0d91d1a06f7ec36241522b90520a253d3fa047e2 /admin | |
| parent | 6e09e917ca0aef4002ed2744dd094360c3caa970 (diff) | |
| download | passlib-fd10a9ac9564d2973995bea4bc66155b2ddc6591.tar.gz | |
added tox config file, may replace custom testing harness
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/gae-test-app.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/gae-test-app.yaml b/admin/gae-test-app.yaml new file mode 100644 index 0000000..c846c23 --- /dev/null +++ b/admin/gae-test-app.yaml @@ -0,0 +1,9 @@ +application: fake-app +version: 2 +runtime: python +api_version: 1 + +handlers: +- url: /.* + script: dummy.py + |
