mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-20 04:24:23 +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
|
language: python
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
- pip install bandit
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
@ -10,6 +11,7 @@ env:
|
|||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
- TOXENV=py33
|
- TOXENV=py33
|
||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
|
- TOXENV=bandit
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user