diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-27 18:24:57 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-27 18:24:57 +0300 |
commit | a7491a9499341824830570cce20057d11b09c0f6 (patch) | |
tree | ff1d417de1a72b87b35a324588360c6eed0d4e77 | |
parent | 90707b7e892f4c34ff7b5ce5c6975e44521d63bd (diff) | |
download | astroid-1.3.7.tar.gz |
Use pylint 1.4.3 for now in the CI for astroid 1.3.7astroid-1.3.7
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ deps = logilab-common
six
hg+https://bitbucket.org/logilab/astroid
- hg+https://bitbucket.org/logilab/pylint
+ pylint==1.4.3
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid
[testenv]
|