From d2b9657bcff20852de9e047bc126ca392eddab10 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Mon, 7 Oct 2013 15:30:51 +0530 Subject: Make setup.py pep8 compliant Change-Id: I7d935203a3fbb59d298f91daaef0a10ca3004d2f Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/6045 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 22b28eb..f81069a 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ commands = bash tools/functional_tests.sh [testenv:pep8] changedir = {toxinidir} commands = + flake8 flake8 gluster test [testenv:cover] -- cgit