X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=84ae5a5e1f58b3a572458ea1530fc750d2f10ee4;hp=6e3bdb812b89da4eb03b9f291d28562b85c28461;hb=91f3d5b7d08be5ca9cda4fc931f1fff0a7231811;hpb=fd985d0b01354f9264639c74fc93308974dfad61 diff --git a/tox.ini b/tox.ini index 6e3bdb8..84ae5a5 100644 --- 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