diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-25 20:31:05 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-25 20:31:05 +0200 |
commit | f25f76b6b66f7ea54347d6a1234bb408d64cf64f (patch) | |
tree | a85c5ae2cae3d3b1b839392ad184bc50a49a20a2 | |
parent | 7c0f49b84d163591e299f330add74546aadbc558 (diff) | |
download | pylint-git-f25f76b6b66f7ea54347d6a1234bb408d64cf64f.tar.gz |
There's no need for another dependency of pylint in tox.ini
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ envlist = py27, py33, pylint deps = hg+https://bitbucket.org/logilab/astroid@1.4.0 six - hg+https://bitbucket.org/logilab/pylint commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint [testenv] |