mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add posargs to tox pylint
This commit is contained in:
parent
113b0426f8
commit
d5c603d9b6
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -14,7 +14,7 @@ basepython = python2.7
|
|||
deps = -r{toxinidir}/requirements/dev.txt
|
||||
commands =
|
||||
pylint --version
|
||||
pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging setup.py salt/
|
||||
pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging {posargs:setup.py salt/}
|
||||
sitepackages = False
|
||||
|
||||
[testenv:pylint-tests]
|
||||
|
@ -22,7 +22,7 @@ basepython = python2.7
|
|||
deps = -r{toxinidir}/requirements/dev.txt
|
||||
commands =
|
||||
pylint --version
|
||||
pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging setup.py salt/
|
||||
pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging {posargs:tests/}
|
||||
sitepackages = False
|
||||
|
||||
[pytest]
|
||||
|
|
Loading…
Add table
Reference in a new issue