summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/setup.cfg
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-18 14:53:05 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-18 14:53:05 -0800
commit5cf8c3677454303bf4e1acecf4c16809edde2a75 (patch)
tree1a2d94d9e808f032cb08fec6b2c78f1be299b051 /docs/quick_tour/package/setup.cfg
parent1a75e54d8619eb54760276307f28b6d91ae157b5 (diff)
downloadpyramid-5cf8c3677454303bf4e1acecf4c16809edde2a75.tar.gz
pyramid-5cf8c3677454303bf4e1acecf4c16809edde2a75.tar.bz2
pyramid-5cf8c3677454303bf4e1acecf4c16809edde2a75.zip
overhaul quick_tour from Quick project startup with scaffolds to Sessions with updated pyramid_jinja2 scaffold
Diffstat (limited to 'docs/quick_tour/package/setup.cfg')
-rw-r--r--docs/quick_tour/package/setup.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/quick_tour/package/setup.cfg b/docs/quick_tour/package/setup.cfg
new file mode 100644
index 000000000..186e796fc
--- /dev/null
+++ b/docs/quick_tour/package/setup.cfg
@@ -0,0 +1,28 @@
+[nosetests]
+match = ^test
+nocapture = 1
+cover-package = hello_world
+with-coverage = 1
+cover-erase = 1
+
+[compile_catalog]
+directory = hello_world/locale
+domain = hello_world
+statistics = true
+
+[extract_messages]
+add_comments = TRANSLATORS:
+output_file = hello_world/locale/hello_world.pot
+width = 80
+mapping_file = message-extraction.ini
+
+[init_catalog]
+domain = hello_world
+input_file = hello_world/locale/hello_world.pot
+output_dir = hello_world/locale
+
+[update_catalog]
+domain = hello_world
+input_file = hello_world/locale/hello_world.pot
+output_dir = hello_world/locale
+previous = true