diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-12 06:28:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-12 06:28:15 -0400 |
| commit | c8643d84d6f2a89287ddce0e37cfca1eaf337d80 (patch) | |
| tree | 0a5c505f00f59a31fe157388dbb8235b6aa9e31e /tox.ini | |
| parent | 48660ffdcad828ba21da711a07af9ab19e106276 (diff) | |
| download | python-coveragepy-git-c8643d84d6f2a89287ddce0e37cfca1eaf337d80.tar.gz | |
Cleaner release note conversion and upload
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 |
