summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-11-04 19:56:57 -0400
committerTim Graham <timograham@gmail.com>2017-11-14 14:33:26 -0500
commit2e9dcfbb8efb8726468b02a2ed79f01a18ec2c26 (patch)
treebbfe781084a50e9da5e7bf18732625acce8103cd /setup.cfg
parenta565216013a98b23996de97bc3324992a278011d (diff)
downloadpython-memcached-2e9dcfbb8efb8726468b02a2ed79f01a18ec2c26.tar.gz
Capture and verify logging in tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4eee543..daf1ac7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,5 +3,8 @@ release = 1
packager = Sean Reifschneider <jafo-rpms@tummy.com>
requires = python-memcached
+[flake8]
+ignore = H304,H405
+
[wheel]
universal = 1