mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 20:36:52 +00:00
11 lines
180 B
INI
11 lines
180 B
INI
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[tool:pytest]
|
|
python_files=test_*.py
|
|
|
|
[flake8]
|
|
exclude = .git,cement/cli/templates,cement/cli/contrib
|