summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-16 13:55:17 +0000
committerGerrit Code Review <review@openstack.org>2020-06-16 13:55:18 +0000
commitad2b85b4ed34add6afde47358ebd665a34c02c2a (patch)
tree87801fd1d3d54fb1e593fca580458a0ef39b7014 /tox.ini
parentdf7dbabb7dd63bc8066d9cc89955a510bf63b04d (diff)
parenta9913ea35fee4a8c2321718c9217047950e61517 (diff)
downloadpython-barbicanclient-ad2b85b4ed34add6afde47358ebd665a34c02c2a.tar.gz
Merge "Update hacking for Python3"
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 7229a7a..2f9ccc9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,7 +63,7 @@ deps = {[testenv]deps}
commands = nosetests {toxinidir}/functionaltests/{posargs} -v
[flake8]
-ignore = H202
+ignore = H202,W504
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build