summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-06-13 11:07:56 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-13 11:07:56 +0200
commit2221ba0c0a0d56ba984724ff19a6cdd6bac9c558 (patch)
treeb366d0d075253df0f0fc242654e3cabe2e7171cf /tox.ini
parentc0991f74d5d00f1e83fb2428937dce4d616dfe57 (diff)
downloadastroid-git-2221ba0c0a0d56ba984724ff19a6cdd6bac9c558.tar.gz
Always use the latest pylint for linting
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 15262a33..d44c50dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,8 @@ envlist = py34, py35, py36, py37, py38, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]
+deps =
+ git+https://github.com/pycqa/pylint@master
commands = pylint -rn --rcfile={toxinidir}/pylintrc {toxinidir}/astroid
# Use pylint master when version info is fixed