diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-19 19:24:36 +0000 |
---|---|---|
committer | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-20 09:38:42 +0000 |
commit | dc3de1a4b8d63f98d748a852db1462fd7d791eeb (patch) | |
tree | 5a1fd31971908d8f4574fcb451ba09faaa8ad40d /tox.ini | |
parent | da439e6658049bb79ca471f4eeac401e70c548f1 (diff) | |
download | buildstream-dc3de1a4b8d63f98d748a852db1462fd7d791eeb.tar.gz |
tests:lint: enable pylint
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ setenv = [testenv:lint] commands = pycodestyle - pylint buildstream + pylint buildstream tests deps = -rrequirements/requirements.txt -rrequirements/dev-requirements.txt |