X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=7cc7b591b6f8738d1f8465291c88a31d8e92c182;hp=6e3bdb812b89da4eb03b9f291d28562b85c28461;hb=f74875e196c063100da6081c11d05f817e49ed60;hpb=fd985d0b01354f9264639c74fc93308974dfad61 diff --git a/tox.ini b/tox.ini index 6e3bdb8..7cc7b59 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,6 @@ ignore_basepython_conflict = True description = run the functional selftest with optimized configuration basepython = python3 usedevelop = True -install_command = pip install {opts} {packages} # TODO(fungi) Switch this to "error" once # https://github.com/pypa/setuptools/issues/2086 and # https://github.com/pypa/setuptools/issues/2466 are fixed in a new release of @@ -80,8 +79,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