-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (45 loc) · 895 Bytes
/
setup.cfg
File metadata and controls
52 lines (45 loc) · 895 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
44
45
46
47
48
49
50
51
52
[options.extras_require]
dev =
flake8
wheel
twine
test =
cdstarcat
psycopg2-binary
pytest
pytest-clld>=0.4
pytest-cov
pytest-mock
coverage>=4.2
selenium
webtest
zope.component>=3.11.0
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SAWarning
testpaths = tests
addopts = --cov
markers =
selenium: selenium UI tests
[coverage:run]
source = glottolog3
[coverage:report]
show_missing = true
skip_covered = true
[compile_catalog]
directory = glottolog3/locale
domain = clld
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = glottolog3/locale/glottolog3.pot
width = 80
[init_catalog]
domain = clld
input_file = glottolog3/locale/glottolog3.pot
output_dir = glottolog3/locale
[update_catalog]
domain = clld
input_file = glottolog3/locale/glottolog3.pot
output_dir = glottolog3/locale
previous = true