diff --git a/tox.ini b/tox.ini index 0a5d3b6f..f883e86c 100644 --- a/tox.ini +++ b/tox.ini @@ -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]