X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=1dab8a7afba82d096447cfb75b1ac35987100ebd;hb=ac95ac97f150eef9b561b966a93b934c535164b9;hp=ea0894e1f21d7b8a335accdb8628488b07c87cd3;hpb=ed44014fcbd625cd464a6a7f7b88c02b9b7a29f5;p=nfvbench.git diff --git a/tox.ini b/tox.ini index ea0894e..1dab8a7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,pep8 +envlist = py27,pep8, lint skipsdist = True [testenv] @@ -15,6 +15,9 @@ commands = py.test -q -s --basetemp={envtmpdir} {posargs} [testenv:pep8] commands = flake8 {toxinidir} +[testenv:lint] +commands = pylint --rcfile pylint.rc nfvbench test + [testenv:venv] commands = {posargs}