diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-21 07:37:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-21 07:37:02 -0400 |
commit | b8d3bf71fae4829eceda274ccd322a8536bf3743 (patch) | |
tree | 23b8e5600ae71378ab8bedc553143da0459e08b7 /pytest.ini | |
parent | 6a628a665c968ea0b5d08cd4f769436e0aba15f2 (diff) | |
download | external_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.tar.gz external_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.tar.bz2 external_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.zip |
Adding preliminary support for enforcing style rules
Diffstat (limited to 'pytest.ini')
-rwxr-xr-x | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ [pytest] addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt --ignore scripts/upload-old-releases-as-zip.py --ignore pavement.py norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern +flake8-ignore = + setuptools/site-patch.py F821 + setuptools/py*compat.py F811 |