A fix for tox.ini

Removing unneccessary 'ignore' values from tox.ini.
This commit is contained in:
msdubov 2013-09-03 00:39:07 +04:00 committed by Boris Pavlovic
parent 44a16152fc
commit 1d5f7c31d6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
from oslo.config import cfg
import sys
from rally.openstack.common.gettextutils import _
from rally.openstack.common.gettextutils import _ # noqa
from rally.openstack.common import log as logging
LOG = logging.getLogger(__name__)

View File

@ -25,7 +25,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
ignore = H302,E126
ignore = E126
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools