Skip to content

Commit

Permalink
Don't fail tox pylint if PYLINT_ARGS is not set (home-assistant#28403)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and fabaff committed Nov 4, 2019
1 parent cb2f42b commit 7e6bcb8
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 @@ -26,7 +26,7 @@ deps =
-r{toxinidir}/requirements_test.txt
-c{toxinidir}/homeassistant/package_constraints.txt
commands =
pylint {env:PYLINT_ARGS} {posargs} homeassistant
pylint {env:PYLINT_ARGS:} {posargs} homeassistant

[testenv:lint]
deps =
Expand Down

0 comments on commit 7e6bcb8

Please sign in to comment.