mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
Add --verbose flag, and tests for it.
The new warnings associated with the --jobs argument should only appear when the --verbose flag is passed.
This commit is contained in:
parent
c3f5d144bc
commit
59ae3dfec7
3 changed files with 55 additions and 36 deletions
2
tox.ini
2
tox.ini
|
|
@ -11,7 +11,7 @@ deps =
|
|||
commands =
|
||||
python setup.py test -q
|
||||
python setup.py flake8
|
||||
nosetests flake8.tests.toast_warnings
|
||||
nosetests flake8.tests._test_warnings
|
||||
|
||||
[testenv:py27-flake8]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue