Skip to content

Commit

Permalink
Fix path for pylint Gate
Browse files Browse the repository at this point in the history
Change-Id: Ibd36a2a0a7ebe572a4dd660a3e35378ae02b8187
  • Loading branch information
dirkmueller committed Jun 1, 2013
1 parent c62d980 commit 50667f1
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 @@ -32,7 +32,7 @@ setenv = NOSE_WITH_COVERAGE=1

[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/tools/requirements.txt
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = bash tools/lintstack.sh

Expand Down

0 comments on commit 50667f1

Please sign in to comment.