forked from ESMValGroup/ESMValTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (29 loc) · 674 Bytes
/
setup.cfg
File metadata and controls
33 lines (29 loc) · 674 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
[build_sphinx]
source-dir = doc/sphinx/source
build-dir = doc/sphinx/build
all_files = 1
builder = html
[tool:pytest]
addopts =
--flake8
--doctest-modules
--ignore=doc/sphinx/source/conf.py
--cov=esmvaltool
--cov-report=xml:test-reports/coverage.xml
--cov-report=html:test-reports/coverage_html
--html=test-reports/report.html
--numprocesses auto
env =
MPLBACKEND = Agg
flake8-ignore =
doc/sphinx/source/conf.py ALL
log_level = WARNING
markers =
installation: test requires installation of dependencies
[coverage:run]
parallel = true
[pydocstyle]
convention = numpy
[isort]
multi_line_output = 3
include_trailing_comma = true