summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-11 12:02:56 +0000
committerSushil Kumar <sushil.kumar2@globallogic.com>2013-12-11 12:06:44 +0000
commit547f357b12aaffadaa6ea67d10ee3109a9a968c6 (patch)
treeb27c524f239598779b05cbb76d1717907c5a5191 /tox.ini
parent06b28391e7ba6a2e1852ed3c5f246f3043f27e85 (diff)
downloadpython-novaclient-547f357b12aaffadaa6ea67d10ee3109a9a968c6.tar.gz
Enables E711,E721,E712 pep8 rules
Updates tox.ini to reduce ignored rules. Updates novaclient/v1_1/shell.py and novaclient/v3/shell.py for E712 violation. Change-Id: Ibfd6a4ed19835e65cc9e27873699c31a801e99a8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ad8f2882..99286c2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,E711,E721,E712,F841,F811,F821,H302,H306,H403,H404
+ignore = E12,F841,F811,F821,H302,H306,H403,H404
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build