mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-03 20:24:33 -04:00
14 lines
193 B
INI
14 lines
193 B
INI
[bdist_wheel]
|
|
python-tag = py35
|
|
|
|
[aliases]
|
|
test=pytest
|
|
|
|
[check-manifest]
|
|
ignore =
|
|
.github
|
|
|
|
[tool:pytest]
|
|
norecursedirs = lib .pc .git output cache resources
|
|
testpaths = tests
|
|
addopts = -n auto |