| D | tox.ini | 2 envlist = py{37, 38, 39, 310}, pypy{37, 38, 39}, pygments, flake8, checkspelling, pep517check, chec… 21 [testenv:flake8] 22 deps = flake8 argument 23 commands = flake8 {toxinidir}/markdown {toxinidir}/tests {toxinidir}/setup.py argument 42 [flake8] section
|