summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-08 18:04:14 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 14:10:26 +0000
commit76818202bbfe31703c79aa0e58416ee1b0f397c2 (patch)
tree6221824a3a82c2fbfd125e532cbd06ee5141523c /setup.py
parent92b04688a41b7306963789519189344950f892b6 (diff)
downloadbuildstream-76818202bbfe31703c79aa0e58416ee1b0f397c2.tar.gz
Add pylint to setup.cfg and setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 645ebc633..134a614c1 100755
--- a/setup.py
+++ b/setup.py
@@ -224,6 +224,7 @@ setup(name='BuildStream',
'pytest-datafiles',
'pytest-env',
'pytest-pep8',
+ 'pytest-pylint',
'pytest-cov',
# Provide option to run tests in parallel, less reliable
'pytest-xdist',