bifrost/setup.cfg

28 lines
499 B
INI

[nosetests]
match = ^test
nocapture = 1
cover-package = bifrost
with-coverage = 1
cover-erase = 1
[compile_catalog]
directory = bifrost/locale
domain = bifrost
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = bifrost/locale/bifrost.pot
width = 80
[init_catalog]
domain = bifrost
input_file = bifrost/locale/bifrost.pot
output_dir = bifrost/locale
[update_catalog]
domain = bifrost
input_file = bifrost/locale/bifrost.pot
output_dir = bifrost/locale
previous = true