summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-05 17:50:29 -0300
committerMonty Taylor <mordred@inaugust.com>2013-08-05 17:50:29 -0300
commitec5861644c3a7a77bcbbdd8cda7e33165fbb4601 (patch)
treeb58c20a95a53ece664e882a89d7646c7ba6be4fe /tox.ini
parent0c0f093744a928f464af3986d848e70cbd636758 (diff)
downloadpython-novaclient-ec5861644c3a7a77bcbbdd8cda7e33165fbb4601.tar.gz
Sync with global requirements2.14.0
Change-Id: I8333e17d8edaa5853ac47f9d53de8c44d1c5d5cb
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 b10c1603..e7e18c0d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,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,E711,E721,E712,F841,F811,F821,H102,H302,H306,H403,H404,H501
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build