From 28d8e22946226b181891ff42fb8dc4c13bd99903 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 6 Aug 2015 08:57:17 -0400 Subject: [PATCH] [RM-12631] catch syntax errors in tox runs Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3