mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Updating tox config for pylint,flake8 and pep257
This commit is contained in:
parent
83f9845f59
commit
e07119c914
6
tox.ini
6
tox.ini
|
@ -27,21 +27,21 @@ commands=
|
|||
coverage run --rcfile=./.coveragerc -m unittest2 discover tests []
|
||||
coveralls
|
||||
|
||||
[pylint]
|
||||
[testenv:pylint]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
pylint
|
||||
commands=
|
||||
pylint -f colorized --rcfile=./.pylintrc objects
|
||||
|
||||
[flake8]
|
||||
[testenv:flake8]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
flake8
|
||||
commands=
|
||||
flake8 --max-complexity=8 objects
|
||||
|
||||
[pep257]
|
||||
[testenv:pep257]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
pep257
|
||||
|
|
Loading…
Reference in New Issue
Block a user