From: Dirk Mueller Date: Wed, 12 Jun 2013 20:54:05 +0000 (+0200) Subject: Add bin/heat-manage to flake8 checks X-Git-Tag: 2014.1~495 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=42de764f9a9300f54af145332af13229e8be121f;p=openstack-build%2Fheat-build.git Add bin/heat-manage to flake8 checks Change-Id: I917e5b0aa571f2fced7df6a4818f32ce4b5f1561 --- diff --git a/tox.ini b/tox.ini index 46d7f085..73889fc8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] -commands = flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-cfn bin/heat-engine bin/heat-watch +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 [testenv:venv] commands = {posargs}