11 lines
119 B
INI
11 lines
119 B
INI
[tox]
|
|
envlist = py38
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
pytest
|
|
commands =
|
|
flake8 --ignore=E501,W503 markdownify tests
|
|
pytest
|