Skip to content

Commit

Permalink
Bandit requires the -r option
Browse files Browse the repository at this point in the history
  • Loading branch information
rlconsult committed Mar 21, 2019
1 parent 008e1bf commit 7d01a1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands =

[testenv:bandit]
deps = bandit
commands = bandit --ini tox.ini
commands = bandit -r --ini tox.ini

[testenv:docs]
deps = sphinx
Expand All @@ -54,8 +54,7 @@ DJANGO =

[bandit]
exclude = .git,.idea,.tox,build,dist,docs,tests
recursive = true
targets = behave_django
targets = .

[behave]
paths = tests/acceptance
Expand Down

0 comments on commit 7d01a1e

Please sign in to comment.