]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Exclude heat-cfn, heat-watch from pep8
authorSteve Baker <sbaker@redhat.com>
Thu, 8 Aug 2013 02:13:07 +0000 (14:13 +1200)
committerSteve Baker <sbaker@redhat.com>
Thu, 8 Aug 2013 02:13:07 +0000 (14:13 +1200)
They are due for removal in https://review.openstack.org/#/c/38228/
and are causing many H233 errors when using the syncronised
requirements versions.

Change-Id: Ie632de44360519a0f705052ebaf4fe1304a0c290

tox.ini

diff --git a/tox.ini b/tox.ini
index 10420e5e6a4b1695adaa921623bedb3365158842..9d26bb1942421d825691931be2fa9c75ead07c4a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ commands =
 
 [testenv:pep8]
 commands =
-    flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-cfn bin/heat-engine bin/heat-manage bin/heat-watch
+    flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-engine bin/heat-manage
     {toxinidir}/tools/conf/check_uptodate.sh
 
 [testenv:venv]