summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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