Michael Merickel
2018-10-18 e4c0570d5c67ddf0ad9502169b59475ba0784d82
setup.cfg
@@ -2,9 +2,9 @@
zip_ok = false
[nosetests]
match=^test
where=pyramid
nocapture=1
match = ^test
tests = tests
nocapture = 1
[aliases]
dev = develop easy_install pyramid[testing]
@@ -13,7 +13,15 @@
[bdist_wheel]
universal = 1
[flake8]
ignore = E301,E302,E731,E261,E123,E121,E128,E129,E125,W291,E501,W293,E303,W391,E266,E231,E201,E202,E127,E262
exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py
show-source = True
[metadata]
license_file = LICENSE.txt
[check-manifest]
ignore =
    .gitignore
    PKG-INFO
    *.egg-info
    *.egg-info/*
ignore-default-rules = true
ignore-bad-ideas =
    tests/pkgs/localeapp/*