summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-08-04 15:29:14 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-08-04 15:29:14 +0200
commit788e9447c3717aca90bab26f611c170d050d2b4c (patch)
tree1d3ad17496d0977d45c688533b27234322236c23 /tox.ini
parent2e31f9bdc5a6aa5c70450a10d7425a36927bf9d7 (diff)
downloadoslo-vmware-788e9447c3717aca90bab26f611c170d050d2b4c.tar.gz
Add Pylint testenv environment
Change-Id: Id08d5fa4f7ce077102bbf77f4c8c2d6b2bfc4c31
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 67aee1c..06e8ab6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,9 @@ usedevelop = True
[testenv:pep8]
commands = flake8
+[testenv:pylint]
+commands = pylint oslo
+
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =