diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ passenv = GI_TYPELIB_PATH INTEGRATION_CACHE +[testenv:lint] +commands = + pycodestyle + pylint buildstream +deps = + -rtools/requirements.txt + -rtools/dev-requirements.txt + -rtools/plugin-requirements.txt + [testenv:docs] commands = make -C doc |