summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 03a2bda3d..1f9ff0081 100755
--- a/setup.py
+++ b/setup.py
@@ -257,5 +257,6 @@ setup(name='BuildStream',
'pytest-cov',
# Provide option to run tests in parallel, less reliable
'pytest-xdist',
- 'pytest >= 3.1.0'],
+ 'pytest >= 3.1.0',
+ 'pylint >= 1.8 , < 2'],
zip_safe=False)