mirror of https://github.com/OpenKMIP/PyKMIP.git
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
|
||||
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…
Reference in New Issue