diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-05-07 17:40:51 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-05-07 17:40:51 +0100 |
commit | da5b798b8c75cdc2875abb800f6189e8b3f7ab28 (patch) | |
tree | ce0b884cc57ba07295b5929e14033aa9a23e3258 /tox.ini | |
parent | ceedc4819589ea8895ef356d0276bcc2985b9408 (diff) | |
download | buildstream-da5b798b8c75cdc2875abb800f6189e8b3f7ab28.tar.gz |
setup.py: Also run pylint on this file
Also fix the various errors in the file
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -87,18 +87,18 @@ whitelist_externals = # Environment for native windows # [testenv:win32] -commands = +commands = bst help cmd /C md testdir bst init testdir --project-name="test" -deps = +deps = -rrequirements/requirements.txt -rrequirements/dev-requirements.txt colorama windows-curses cython . -whitelist_externals = +whitelist_externals = bst cmd @@ -147,7 +147,7 @@ commands_pre = {envpython} setup.py build_ext --inplace commands = - pylint {posargs: src tests doc/source/conf.py} + pylint {posargs: src tests doc/source/conf.py setup.py} deps = -rrequirements/requirements.txt -rrequirements/dev-requirements.txt |