X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=ccf06a8ed0423409467f68c2f33475e81da6a86b;hp=391cfd7ad4816dc249c7dc64dfe8f7c011412d01;hb=a49f12ce818759d820d33a01208c1435db4a3af7;hpb=a657b530f33267e5e1237355db4a79d40c914baf diff --git a/tox.ini b/tox.ini index 391cfd7..ccf06a8 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 -lll -r mudpy -x mudpy/tests {posargs} +commands = bandit -ll -r mudpy -x mudpy/tests {posargs} usedevelop = False [testenv:demo]