mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +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 []
|
coverage run --rcfile=./.coveragerc -m unittest2 discover tests []
|
||||||
coveralls
|
coveralls
|
||||||
|
|
||||||
[pylint]
|
[testenv:pylint]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps=
|
deps=
|
||||||
pylint
|
pylint
|
||||||
commands=
|
commands=
|
||||||
pylint -f colorized --rcfile=./.pylintrc objects
|
pylint -f colorized --rcfile=./.pylintrc objects
|
||||||
|
|
||||||
[flake8]
|
[testenv:flake8]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps=
|
deps=
|
||||||
flake8
|
flake8
|
||||||
commands=
|
commands=
|
||||||
flake8 --max-complexity=8 objects
|
flake8 --max-complexity=8 objects
|
||||||
|
|
||||||
[pep257]
|
[testenv:pep257]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps=
|
deps=
|
||||||
pep257
|
pep257
|
||||||
|
|
Loading…
Reference in New Issue
Block a user