Files
python-markdownify/tox.ini
2022-08-31 21:44:53 +02:00

15 lines
187 B
INI

[tox]
envlist = py38
[testenv]
deps =
pytest
flake8
restructuredtext_lint
Pygments
commands =
pytest
flake8 --ignore=E501,W503 markdownify tests
restructuredtext-lint README.rst