Skip to content

Commit

Permalink
Pass tox posargs to pylint (home-assistant#15226)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and awarecan committed Jul 16, 2018
1 parent a6a0b07 commit 4b30891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps =
-r{toxinidir}/requirements_test.txt
-c{toxinidir}/homeassistant/package_constraints.txt
commands =
pylint homeassistant
pylint {posargs} homeassistant

[testenv:lint]
basepython = {env:PYTHON3_PATH:python3}
Expand Down

0 comments on commit 4b30891

Please sign in to comment.