diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -69,3 +69,14 @@ commands = sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html sphinx-build -b html -aqE doc doc/_build/html rst2html.py --strict README.rst doc/_build/trash + +[testenv:lint] +deps = -rrequirements/dev.pip + +setenv = + LINTABLE = coverage tests igor.py setup.py __main__.py + +commands = + python -m pylint --notes= {env:LINTABLE} + python -m tabnanny {env:LINTABLE} + python igor.py check_eol |