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.cfg | |
parent | 92b04688a41b7306963789519189344950f892b6 (diff) | |
download | buildstream-76818202bbfe31703c79aa0e58416ee1b0f397c2.tar.gz |
Add pylint to setup.cfg and setup.py
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ test=pytest [tool:pytest] -addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-config .coveragerc -norecursedirs = integration-cache tmp __pycache__ +addopts = --verbose --basetemp ./tmp --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc +norecursedirs = integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = |