diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,8 @@ commands = python -m tabnanny {env:LINTABLE} python igor.py check_eol check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc' - python setup.py check -r -s + python setup.py -q sdist bdist_wheel + twine check dist/* python -m pylint --notes= {env:LINTABLE} [travis] |