diff options
author | James Ennis <james.ennis@codethink.com> | 2018-03-08 18:04:14 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | 76818202bbfe31703c79aa0e58416ee1b0f397c2 (patch) | |
tree | 6221824a3a82c2fbfd125e532cbd06ee5141523c /setup.py | |
parent | 92b04688a41b7306963789519189344950f892b6 (diff) | |
download | buildstream-76818202bbfe31703c79aa0e58416ee1b0f397c2.tar.gz |
Add pylint to setup.cfg and setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |