-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (35 loc) · 876 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
[egg_info]
tag_build = dev
tag_svn_revision = true
[pytest]
addopts =
--doctest-modules --doctest-glob='*.rst' --capture=no
--cov=kotti_t21 --cov-report=term-missing
--strict
--tb=native
--pep8
--ignore=kotti_t21/templates/
kotti_t21/
python_files = test*py
markers =
user: mark test to be run as the given user
pep8: mark for pep8
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development]
[compile_catalog]
directory = kotti_t21/locale
domain = kotti_t21
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = kotti_t21/locale/kotti_t21.pot
width = 80
[init_catalog]
domain = kotti_facebook
input_file = kotti_t21/locale/kotti_t21.pot
output_dir = kotti_t21/locale
[update_catalog]
domain = kotti_facebook
input_file = kotti_t21/locale/kotti_t21.pot
output_dir = kotti_t21/locale
previous = true