forked from liqd/adhocracy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (35 loc) · 858 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[easy_install]
find_links = http://www.pylonshq.com/download/
# Babel configuration
[compile_catalog]
domain = adhocracy
directory = src/adhocracy/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = src/adhocracy/i18n/adhocracy.pot
no-wrap = true
no-location = true
keywords = lazy_gettext lazy_ngettext:1,2 lazy_ugettext L_ lazy_ungettext:1,2
[init_catalog]
domain = adhocracy
input_file = src/adhocracy/i18n/adhocracy.pot
output_dir = src/adhocracy/i18n
[update_catalog]
domain = adhocracy
input_file = src/adhocracy/i18n/adhocracy.pot
output_dir = src/adhocracy/i18n
previous = true
no-fuzzy-matching = true
[pytest]
addopts =
--capture=no
--strict
--tb=native
# --cov=adhocracy
# --cov-report=html
src/adhocracy
python_files = test_*.py
test_ini = etc/test.ini
[html]
directory = coverage_html