Merge "[pylint] Remove lint tox environment"

This commit is contained in:
Zuul 2019-02-20 19:37:39 +00:00 committed by Gerrit Code Review
commit 2c9994da3f
2 changed files with 0 additions and 8 deletions

2
.gitignore vendored
View File

@ -29,8 +29,6 @@ keys
local_settings.py
subunit.log
tools/conf/manila.conf*
tools/lintstack.head.py
tools/pylint_exceptions
tags
# Files created by Sphinx build
doc/build

View File

@ -109,12 +109,6 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = bash
commands = bash ./tools/coding-checks.sh --pylint {posargs}
[testenv:lint]
basepython = python3
deps = -r{toxinidir}/requirements.txt
pylint==1.9.0
commands = python tools/lintstack.py check
[testenv:api-ref]
basepython = python3
# This environment is called from CI scripts to test and publish