Merge "Use Flake8 gating for bin/ceilometer-*"

This commit is contained in:
Jenkins 2013-06-13 08:27:10 +00:00 committed by Gerrit Code Review
commit 21f650e8ef
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@ import logging
import sys
from oslo.config import cfg
from stevedore import dispatch
from ceilometer import counter
from ceilometer import pipeline

View File

@ -24,7 +24,8 @@ deps = pep8==1.4.5
flake8==2.0
hacking>=0.5.3,<0.6
commands =
flake8 ceilometer setup.py tests
flake8
flake8 --filename=ceilometer-* bin
[testenv:docs]
deps = -r{toxinidir}/requirements.txt