first test, then lint

This commit is contained in:
AlexVonB
2022-08-31 21:44:53 +02:00
parent eddfdae4ca
commit f729c3ba43

View File

@@ -3,12 +3,12 @@ envlist = py38
[testenv]
deps =
flake8
pytest
flake8
restructuredtext_lint
Pygments
commands =
flake8 --ignore=E501,W503 markdownify tests
pytest
flake8 --ignore=E501,W503 markdownify tests
restructuredtext-lint README.rst