Files
python-markdownify/tox.ini
2022-08-28 21:38:06 +02:00

11 lines
119 B
INI

[tox]
envlist = py38
[testenv]
deps =
flake8
pytest
commands =
flake8 --ignore=E501,W503 markdownify tests
pytest