X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=b40057b673a53c007d7f270e6427a05a7e4e0646;hp=dce2befcd81ddc34d20940536ee934cda55985ec;hb=6375b4be5c22662376bfb1534a5ec77506f6402e;hpb=058e9e90e5b7269f3b7a05c1bb1369423001c80a diff --git a/tox.ini b/tox.ini index dce2bef..b40057b 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ 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:dist] whitelist_externals = rm deps = @@ -43,9 +46,6 @@ commands = mudpy_selftest etc/mudpy.yaml [testenv:yamllint] commands = yamllint {posargs} . -[testenv:venv] -commands = {posargs} - [flake8] show-source = True -exclude=.venv,.git,.tox,*lib/python*,*egg,build +exclude=.git,.tox,*lib/python*,*egg,build