mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
Updating Travis CI configuration to invoke Bandit
This change updates the Travis CI configuration to invoke the tox Bandit environment when running PyKMIP test suites.
This commit is contained in:
parent
6af1de3219
commit
43180e66c4
@ -1,6 +1,7 @@
|
||||
language: python
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install bandit
|
||||
- pip install coveralls
|
||||
script:
|
||||
- tox
|
||||
@ -10,6 +11,7 @@ env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=bandit
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user