From c6cad684697d5e8b92d719684a5c11620444026e Mon Sep 17 00:00:00 2001 From: Dzhoshkun Ismail Shakir Date: Tue, 5 Jun 2018 06:33:04 +0100 Subject: [PATCH] Issue #105: specifying pylint version as a range instead of exact version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b38dce5e..98b25829 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = [testenv:lint] deps = - pylint: pylint==1.5.2 + pylint: pylint>=1.5,<1.6 {[base]deps} basepython = python3.6 commands =