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

11 lines
191 B
INI

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