2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-10 05:13:15 +00:00

Merge pull request #101 from OpenKMIP/feat/add-bandit-to-travis

Updating Travis CI configuration to invoke Bandit
This commit is contained in:
Peter Hamilton
2015-10-27 12:54:58 -04:00

View File

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