Lint autogenerated YAML
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 6e3bdb8..84ae5a5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -80,8 +80,9 @@ commands = mudpy_selftest etc/mudpy.yaml
 [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