From 5acb0832dfac69976d492b9d4579d6723dd7907b Mon Sep 17 00:00:00 2001 From: Stanislav Kudriashev Date: Mon, 17 Feb 2014 14:41:37 +0200 Subject: [PATCH] Fix command for pylint tox env Change-Id: Ied77136bd839b5f36e4e281672a6fbfdd5edf934 --- tox-tmpl.ini | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tox-tmpl.ini b/tox-tmpl.ini index 19862dee..bedd1a5f 100644 --- a/tox-tmpl.ini +++ b/tox-tmpl.ini @@ -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 diff --git a/tox.ini b/tox.ini index 0c21aca7..506c20f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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