X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=23ac936f3ee1676e9e59ddd3301e8e4257dab57d;hp=ccf06a8ed0423409467f68c2f33475e81da6a86b;hb=03ebfe3129537277ad82553b30f2093bbf5d8e84;hpb=472e1de5356e4df0f099fe6a17ff6dab585314f3 diff --git a/tox.ini b/tox.ini index ccf06a8..23ac936 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml [testenv:bandit] deps = bandit -commands = bandit -ll -r mudpy -x mudpy/tests {posargs} +commands = bandit -r mudpy -x mudpy/tests {posargs} usedevelop = False [testenv:demo]