From: Alfredo Deza Date: Thu, 6 Aug 2015 12:57:17 +0000 (-0400) Subject: [RM-12631] catch syntax errors in tox runs X-Git-Tag: v1.5.28~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F340%2Fhead;p=ceph-deploy.git [RM-12631] catch syntax errors in tox runs Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 6c8956c..ed45f58 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands= [testenv:flake8] deps=flake8 -commands=flake8 --select=F --exclude=vendor {posargs:ceph_deploy} +commands=flake8 --select=F,E9 --exclude=vendor {posargs:ceph_deploy} # Note that ``remoto`` is not added as a dependency here as it is assumed # that the tester will have the distro version of remoto installed