diff options
-rw-r--r-- | tox.ini | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 = |