tox: Support pylint extra requirements

This commit is contained in:
Till Maas 2019-11-27 18:36:45 +01:00
parent 6b241e707a
commit 7145d894a4
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# SPDX-License-Identifier: MIT
# Write extra requirements for running pylint here:

View file

@ -122,6 +122,7 @@ deps =
colorama
pylint>=1.8.4
ansible
-rpylint_extra_requirements.txt
commands =
{envpython} ./run_pylint.py --errors-only {posargs}