Merge pull request from OpenKMIP/maint/add-bandit-to-default-tox

Adding bandit to the default tox routine
This commit is contained in:
Peter Hamilton 2015-12-02 12:27:17 -05:00
commit 9092a30777
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py26,py27,py33,py34
envlist = pep8,py26,py27,py33,py34,bandit
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH