summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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=[