From 5cd60a1ac0808fff0a89442092c659250b14690d Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 4 Oct 2013 18:18:48 +0530 Subject: [PATCH] Remove swiftkerbauth.py from tox.ini Change-Id: Ib73e0f86a8c6d80495ab966255f9143b20cdfb90 Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/6038 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9dc78b5..22b28eb 100644 --- a/tox.ini +++ b/tox.ini @@ -38,5 +38,5 @@ commands = {posargs} [flake8] ignore = H builtins = _ -exclude = swiftkerbauth.py,.venv,.tox,dist,doc,test,*egg,gswauth +exclude = .venv,.tox,dist,doc,test,*egg,gswauth show-source = True