Remove unused pylint tox target

The pylint target referenced a script that does not exist in the repo,
so obviously this tox target is not used.

This also cleans up an empty [hacking] section since we're cleaning up
tox.ini.

Change-Id: I6fcd1caecd84effdab2f4053821e7cb7933aae7a
This commit is contained in:
Sean McGinnis 2018-06-05 11:03:53 -05:00
parent 24365043e3
commit ae8bb3d192
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]
commands = python setup.py testr --coverage --testr-args='{posargs}'
@ -40,5 +37,3 @@ commands = python setup.py build_sphinx
ignore = E125,E251
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[hacking]