Fix command for pylint tox env

Change-Id: Ied77136bd839b5f36e4e281672a6fbfdd5edf934
This commit is contained in:
Stanislav Kudriashev 2014-02-17 14:41:37 +02:00
parent 1e1a9f046b
commit 5acb0832df
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ commands = flake8 {posargs}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = pylint
commands = pylint --rcfile=pylintrc taskflow
[testenv:cover]
basepython = python2.7

View File

@ -55,7 +55,7 @@ commands = flake8 {posargs}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = pylint
commands = pylint --rcfile=pylintrc taskflow
[testenv:cover]
basepython = python2.7