Make setup.py pep8 compliant

Change-Id: I7d935203a3fbb59d298f91daaef0a10ca3004d2f
Signed-off-by: Prashanth Pai <ppai@redhat.com>
Reviewed-on: http://review.gluster.org/6045
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
This commit is contained in:
Prashanth Pai 2013-10-07 15:30:51 +05:30 committed by Luis Pabon
parent 5cd60a1ac0
commit d2b9657bcf
3 changed files with 6 additions and 5 deletions

View File

@ -27,6 +27,7 @@ commands = bash tools/functional_tests.sh
[testenv:pep8]
changedir = {toxinidir}
commands =
flake8
flake8 gluster test
[testenv:cover]