summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-12 06:28:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-12 06:28:15 -0400
commitc8643d84d6f2a89287ddce0e37cfca1eaf337d80 (patch)
tree0a5c505f00f59a31fe157388dbb8235b6aa9e31e /tox.ini
parent48660ffdcad828ba21da711a07af9ab19e106276 (diff)
downloadpython-coveragepy-git-c8643d84d6f2a89287ddce0e37cfca1eaf337d80.tar.gz
Cleaner release note conversion and upload
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