summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5b3ec53..b61d8cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,15 @@
# official list is
#envlist = py27, py32, py33, py34
envlist = py27, py33
+
+[testenv:pylint]
+deps =
+ logilab-common
+ hg+https://bitbucket.org/logilab/astroid/
+ six
+ hg+https://bitbucket.org/logilab/pylint
+commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint
+
[testenv]
deps =
logilab-common