Remove swiftkerbauth.py from tox.ini

Change-Id: Ib73e0f86a8c6d80495ab966255f9143b20cdfb90
Signed-off-by: Prashanth Pai <ppai@redhat.com>
Reviewed-on: http://review.gluster.org/6038
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
This commit is contained in:
Prashanth Pai 2013-10-04 18:18:48 +05:30 committed by Luis Pabon
parent ac1ac5bd21
commit 5cd60a1ac0

View File

@ -38,5 +38,5 @@ commands = {posargs}
[flake8] [flake8]
ignore = H ignore = H
builtins = _ builtins = _
exclude = swiftkerbauth.py,.venv,.tox,dist,doc,test,*egg,gswauth exclude = .venv,.tox,dist,doc,test,*egg,gswauth
show-source = True show-source = True