From: Alfredo Deza Date: Tue, 28 Apr 2015 16:16:46 +0000 (-0400) Subject: include E9 errors for flake8 runs in tox.ini X-Git-Tag: 1.1.0~955^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22df40e275c46c383f4d2745fd173ed844e8b2a8;p=teuthology.git include E9 errors for flake8 runs in tox.ini Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index a34866a88..3eac51610 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ basepython=python2.7 [testenv:flake8] deps= flake8 -commands=flake8 --select=F {posargs:teuthology scripts} +commands=flake8 --select=F,E9 {posargs:teuthology scripts} [testenv:docs] basepython=python