From 42de764f9a9300f54af145332af13229e8be121f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jun 2013 22:54:05 +0200 Subject: [PATCH] Add bin/heat-manage to flake8 checks Change-Id: I917e5b0aa571f2fced7df6a4818f32ce4b5f1561 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.45.2