summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-03-01 10:11:50 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-03-01 10:15:53 +0100
commit4007bf3f7691c56aadd9edbc07a5704a8d17c59b (patch)
treec775370423893bcf787cc5e65e29b589c1a96d6b
parentd159b7b0d4a0cdf6edccfe8a85adf348cf882b8f (diff)
downloadpylint-git-4007bf3f7691c56aadd9edbc07a5704a8d17c59b.tar.gz
Try with isort less than 4.3.0 to see if this fixes the problem for Python 3.3pylint-1.7.6
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f33c60754..c4d818e2f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extens
deps =
astroid>=1.5.1,<1.6
coverage
- isort
+ isort<4.3.0
mccabe
backports.functools_lru_cache
pytest<3.3