summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-05 15:24:35 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-05 15:24:35 +0300
commit3feb461aad2b5473bfc6ac245c2053d05b865ccd (patch)
tree1123b2085a47782767e9da8678fcfd30971793a8 /tox.ini
parentfea4afb67abdf18130bdc82abd3aed4fb69fb73d (diff)
downloadpylint-git-3feb461aad2b5473bfc6ac245c2053d05b865ccd.tar.gz
Bring logilab-common's ureports into pylint.reporters.
With this change, we moved away from depending on logilab-common, having in Pylint all the components that were used from logilab-common. The API should be considered an implementation detail and can change at some point in the future. Closes issue #621.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 655822abf..859e97f32 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py27, py33, pylint
[testenv:pylint]
deps =
- logilab-common
hg+https://bitbucket.org/logilab/astroid/
six
hg+https://bitbucket.org/logilab/pylint
@@ -13,7 +12,6 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint
[testenv]
deps =
- logilab-common
hg+https://bitbucket.org/logilab/astroid/
six
commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:*test_*}.py