mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-21 13:04:22 +02:00
Merge pull request #101 from OpenKMIP/feat/add-bandit-to-travis
Updating Travis CI configuration to invoke Bandit
This commit is contained in:
commit
25d206cc64
@ -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