summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2013-10-07 15:30:51 +0530
committerLuis Pabon <lpabon@redhat.com>2013-10-15 16:26:59 -0700
commitd2b9657bcff20852de9e047bc126ca392eddab10 (patch)
tree9042e7524b7045f23f2a9efed05ff267366c613b /tox.ini
parent5cd60a1ac0808fff0a89442092c659250b14690d (diff)
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>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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]