From 5396e9098b98d73ce6f961a35cbc949f7d638bf2 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Wed, 2 Dec 2015 12:20:42 -0500 Subject: [PATCH] Adding bandit to the default tox routine --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a619bb..5072433 100644 --- a/tox.ini +++ b/tox.ini @@ -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