markdown-fix-freeplane/tox.ini

12 lines
204 B
INI
Raw Normal View History

[tox]
envlist=py311
[testenv]
deps =
pydocstyle
pycodestyle
pytest
commands =
- pydocstyle --convention=google markdown_fix_freeplane/
- pycodestyle markdown_fix_freeplane/
pytest