mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
move from optparse to argparse
This commit is contained in:
parent
03cb85f556
commit
b66ebd7034
30 changed files with 462 additions and 302 deletions
4
tox.ini
4
tox.ini
|
|
@ -8,9 +8,9 @@ deps =
|
|||
pytest!=3.0.5
|
||||
coverage
|
||||
commands =
|
||||
coverage run --parallel-mode -m pytest {posargs}
|
||||
coverage run -m pytest {posargs}
|
||||
coverage combine
|
||||
coverage report -m
|
||||
coverage report
|
||||
|
||||
[testenv:venv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue