Merge "Remove unused pylint tox target"

This commit is contained in:
Zuul 2019-06-14 14:37:54 +00:00 committed by Gerrit Code Review
commit 113bed28a7
1 changed files with 0 additions and 5 deletions

View File

@ -18,9 +18,6 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8 {posargs}
[testenv:pylint]
commands = bash tools/lintstack.sh
[testenv:cover]
basepython = python2.7
setenv =
@ -49,5 +46,3 @@ commands = python setup.py build_sphinx
ignore = E125,E251
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[hacking]