Rename debug testenv to demo and use sample config
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9e81bde..83a583c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,8 +17,8 @@ setenv =
 deps = -r{toxinidir}/test-requirements.txt
 commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
 
-[testenv:debug]
-commands = mudpy mudpy/tests/fixtures/test_daemon.yaml
+[testenv:demo]
+commands = mudpy {posargs}
 
 [testenv:dist]
 whitelist_externals = rm
@@ -44,7 +44,7 @@ commands = flake8 {posargs}
 commands = mudpy_selftest etc/mudpy.yaml
 
 [testenv:yamllint]
-commands = yamllint {posargs} .
+commands = yamllint --strict {posargs} .
 
 [flake8]
 show-source = True