]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add bin/heat-manage to flake8 checks
authorDirk Mueller <dirk@dmllr.de>
Wed, 12 Jun 2013 20:54:05 +0000 (22:54 +0200)
committerDirk Mueller <dirk@dmllr.de>
Wed, 12 Jun 2013 20:54:05 +0000 (22:54 +0200)
Change-Id: I917e5b0aa571f2fced7df6a4818f32ce4b5f1561

tox.ini

diff --git a/tox.ini b/tox.ini
index 46d7f085c6fd7862262677b0a1b10e3d93c87ed2..73889fc87b5555275e308fe99a7f209d4e712f2b 100644 (file)
--- 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}