summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5b546391..f3767a9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,8 @@ deps =
pytest
commands = pylint -rn --rcfile={toxinidir}/pylintrc {toxinidir}/astroid
-# Use pylint master when version info is fixed
-# pylint: git+https://github.com/pycqa/pylint@master
+pylint: git+https://github.com/pycqa/pylint@master
+
[testenv]
deps =
pypy: backports.functools_lru_cache
@@ -26,7 +26,6 @@ deps =
pypy: singledispatch
six
wrapt
- pylint: pylint
coverage
setenv =