Run the selftest in base tox testenvs
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index edb0362..98fa5ec 100644 (file)
--- 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