Files
Gael Pasgrimaud 18c6a9e200 actions stuff
2011-06-17 20:03:27 +02:00

32 lines
736 B
INI

[nosetests]
match = ^test
nocapture = 1
cover-package = pyramid_formalchemy
with-coverage = 1
with-doctest=true
cover-erase = 1
[compile_catalog]
directory = pyramid_formalchemy/locale
domain = pyramid_formalchemy
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = pyramid_formalchemy/locale/pyramid_formalchemy.pot
width = 80
[init_catalog]
domain = pyramid_formalchemy
input_file = pyramid_formalchemy/locale/pyramid_formalchemy.pot
output_dir = pyramid_formalchemy/locale
[update_catalog]
domain = pyramid_formalchemy
input_file = pyramid_formalchemy/locale/pyramid_formalchemy.pot
output_dir = pyramid_formalchemy/locale
previous = true
[aliases]
release = sdist --formats=zip,gztar register upload