Files
python-markdownify/tox.ini
2024-07-14 21:02:49 +02:00

16 lines
211 B
INI

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