mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add Bandit to .travis.yml
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
0380a3ea8b
commit
f0c1fcd684
1 changed files with 3 additions and 0 deletions
|
|
@ -12,9 +12,11 @@ env:
|
|||
before_script:
|
||||
- pip install -U pip wheel tox
|
||||
- pip install -U pip wheel pylint
|
||||
- pip install -U pip wheel bandit
|
||||
|
||||
script:
|
||||
- pylint tuf
|
||||
- bandit -r tuf
|
||||
- tox
|
||||
|
||||
after_success:
|
||||
|
|
@ -26,3 +28,4 @@ branches:
|
|||
only:
|
||||
- develop
|
||||
- pylint
|
||||
- bandit
|
||||
|
|
|
|||
Loading…
Reference in a new issue