diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -50,10 +50,12 @@ commands = coverage xml flake8 --version flake8 ice_validator + bandit -c bandit.yaml -r . -x ./.tox/**,./venv-tox/** deps = --no-use-pep517 -rrequirements.txt - flake8==3.6.0 - coverage==4.5.1 + flake8 + coverage + bandit [flake8] |