X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=84ae5a5e1f58b3a572458ea1530fc750d2f10ee4;hp=c2acaf5f909d1fa41e7adc8c5ab8eb2aa0ebb693;hb=91f3d5b7d08be5ca9cda4fc931f1fff0a7231811;hpb=5a014f5b9038812c9695faff015ce2e809c8d9cc diff --git a/tox.ini b/tox.ini index c2acaf5..84ae5a5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ deps = commands = rm -fr dist python setup.py bdist_wheel sdist - twine check dist/* + twine check --strict dist/* usedevelop = False [testenv:docs] @@ -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