X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=98fa5ec3cf0ac318f22c6e11bf04f099d467674c;hp=edb036258b3d5006829932807447a313d50f62a8;hb=64f3412c31b3a763ee127ba76e4278b94d020af5;hpb=8a903d4a3899982b281ca33ee9c131b2fd9ef04d diff --git a/tox.ini b/tox.ini index edb0362..98fa5ec 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ install_command = pip install {opts} {packages} setenv = PYTHONWARNINGS=default::DeprecationWarning deps = -r{toxinidir}/test-requirements.txt -commands = python setup.py test --slowest --testr-args='{posargs}' +commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml [testenv:dist] whitelist_externals = rm