Files
python-markdownify/tox.ini
2022-09-02 08:50:45 +02:00

16 lines
208 B
INI

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