diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-12 08:00:56 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-12 08:00:56 -0500 |
| commit | f2f9bed2b7d3eeba2a500c9f404992e11eff51d2 (patch) | |
| tree | 428805010316f0fbad54a4e750bbdbf9b7e8f71a /tox.ini | |
| parent | 5889e7f726928e912e2685aab0384f7df8bc94bc (diff) | |
| download | python-coveragepy-git-f2f9bed2b7d3eeba2a500c9f404992e11eff51d2.tar.gz | |
Run lint with tox. I wish it ran faster...
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 |
