mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 00:59:52 +00:00
New option --jobs to spawn multiple processes in parallel; closes #146
This commit is contained in:
parent
0d15687282
commit
94b59d327e
4 changed files with 76 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ CHANGES
|
|||
------------------
|
||||
|
||||
- New option ``doctests`` to run Pyflakes checks on doctests too
|
||||
- New option ``jobs`` to launch multiple jobs in parallel
|
||||
- Fix Git and Mercurial hooks, issues #88 and #133
|
||||
- Fix crashes with Python 3.4 by upgrading dependencies
|
||||
- Fix traceback when running tests with Python 2.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue