summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-21 07:37:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-21 07:37:02 -0400
commitb8d3bf71fae4829eceda274ccd322a8536bf3743 (patch)
tree23b8e5600ae71378ab8bedc553143da0459e08b7 /setup.py
parent6a628a665c968ea0b5d08cd4f769436e0aba15f2 (diff)
downloadpython-setuptools-git-b8d3bf71fae4829eceda274ccd322a8536bf3743.tar.gz
Adding preliminary support for enforcing style rules
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7bd3a079..0aa394fb 100755
--- a/setup.py
+++ b/setup.py
@@ -161,6 +161,9 @@ setup_params = dict(
scripts=[],
tests_require=[
'setuptools[ssl]',
+ 'pytest-flake8',
+ # workaround for pytest-flake8 #7
+ 'flake8<3dev',
'pytest>=2.8',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[