-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (37 loc) · 812 Bytes
/
setup.cfg
File metadata and controls
43 lines (37 loc) · 812 Bytes
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
42
43
[egg_info]
tag_build = dev
tag_svn_revision = true
[pytest]
addopts =
--doctest-modules --doctest-glob='*.rst' --capture=no
--cov=mba --cov-report=term-missing
--strict
--tb=native
--pep8
--capture=no
--ignore=mba/templates/
mba/
pep8ignore = * ALL
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 = mba/locale
domain = mba
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = mba/locale/mba.pot
width = 80
[init_catalog]
domain = mba
input_file = mba/locale/mba.pot
output_dir = mba/locale
[update_catalog]
domain = mba
input_file = mba/locale/mba.pot
output_dir = mba/locale
previous = true