Add Bandit to .travis.yml

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-11-16 17:39:16 -05:00
parent 0380a3ea8b
commit f0c1fcd684
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -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