From 53bb81c585ca9461f9fb5ea715927f6f93d0062e Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 28 Aug 2013 16:12:00 +0530 Subject: Include extras/ dir in flake8 source code check Moving forward all python scripts in extras/ are to be checked for pep8 compliancy. Change-Id: I4f20c1c97590049ba59fd432cbabba89df101e81 Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/5714 Reviewed-by: Peter Portante Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7793c83..7269319 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ downloadcache = ~/cache/pip [testenv:pep8] changedir = {toxinidir} commands = - flake8 gluster test + flake8 gluster test extras [testenv:cover] setenv = NOSE_WITH_COVERAGE=1 -- cgit