summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c9deb506..bf636f27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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