Run the selftest before calling yamllint, so that we can confirm the
YAML files generated by the data module follow the same format as
those shipped in the repository.
[testenv:yamllint]
description = test data files for correct syntax and formatting
deps = yamllint
-commands = yamllint --strict {posargs} .
-usedevelop = False
+commands =
+ mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
+ yamllint --strict {posargs} .
[flake8]
show-source = True