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