Merge "Remove unused pylint tox target"
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -18,9 +18,6 @@ downloadcache = ~/cache/pip
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
|
||||||
[testenv:pylint]
|
|
||||||
commands = bash tools/lintstack.sh
|
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
setenv =
|
setenv =
|
||||||
@@ -49,5 +46,3 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
ignore = E125,E251
|
ignore = E125,E251
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||||
|
|
||||||
[hacking]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user