diff --git a/tox.ini b/tox.ini index ca243889..a498aff6 100644 --- a/tox.ini +++ b/tox.ini @@ -75,6 +75,9 @@ commands = {[testenv:py2]commands} [testenv:bandit] +# These two lines just speed things up by avoiding unnecessary setup +skip_install=true +usedevelop=true # B108 - Insecure usage of temp - we're very often handling it in non-standard way # (temp inside mock, etc) # B608 - hardcoded SQL - not everything is turned into Processors