1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
WeasyPrint/setup.cfg
2018-03-12 01:01:12 +01:00

11 lines
175 B
INI

[build_sphinx]
source-dir = docs
build-dir = docs/_build
[aliases]
test = pytest
[tool:pytest]
addopts = --cov --flake8 --isort
norecursedirs = build dist .cache .eggs .git