Remove pylint from pep8

Intended to be temporary, to unwedge gate if the pinning doesn't pan out.

Change-Id: Ib0259f612b9a74e89a4e6cbca2e01c048ed69422
This commit is contained in:
Doug Wiegley 2015-12-01 08:39:02 -07:00 committed by Doug Wiegley
parent df0b3e835a
commit 45401aee37
1 changed files with 0 additions and 2 deletions

View File

@ -22,10 +22,8 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps =
{[testenv]deps}
pylint
commands =
flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_lbaas}
neutron-db-manage --subproject neutron-lbaas --config-file neutron_lbaas/tests/etc/neutron.conf check_migration
whitelist_externals = sh