summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2013-08-28 16:12:00 +0530
committerLuis Pabon <lpabon@redhat.com>2013-08-28 19:15:59 -0700
commit53bb81c585ca9461f9fb5ea715927f6f93d0062e (patch)
tree23a9ce61bbf1ae2506d70d239e4b644d0285c288 /tox.ini
parent2b083997a369e587b841c3d49db0ab19ba69ba87 (diff)
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 <ppai@redhat.com> Reviewed-on: http://review.gluster.org/5714 Reviewed-by: Peter Portante <pportant@redhat.com> Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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