NFVBENCH-40 Add pylint to tox
[nfvbench.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ea0894e..1dab8a7 100644 (file)
--- 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}