[pytest] addopts = --doctest-modules --doctest-glob=*.rst [tox] envlist = python [testenv] deps = pytest passenv = TERM commands = pytest [testenv:pylint] deps = pylint commands = pylint wikimini [testenv:mypy] deps = mypy types-requests types-tabulate commands = mypy --pretty wikimini [testenv:sphinx] deps = sphinx sphinx_autodoc_typehints allowlist_externals = make changedir={toxinidir}{/}doc commands = make html