]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-12631] catch syntax errors in tox runs 340/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Aug 2015 12:57:17 +0000 (08:57 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 6 Aug 2015 12:57:17 +0000 (08:57 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 6c8956cc63555534e8110185598c3b0702e643b0..ed45f58324fad864f03441e42f8f74ff7c2524cf 100644 (file)
--- 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