diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ deps = -r doc/requirements.pip setenv = - LINTABLE = coverage tests doc igor.py setup.py __main__.py + LINTABLE = coverage tests doc ci igor.py setup.py __main__.py commands = python -m tabnanny {env:LINTABLE} @@ -73,7 +73,7 @@ commands = check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*' python setup.py -q sdist bdist_wheel twine check dist/* - python -m pylint --notes= {env:LINTABLE} + python -m pylint --notes= -j 4 {env:LINTABLE} [travis] #2.7: py27, lint |