From 6e3dd534eab0e9618ba7aa9e2ca1f25dce490fcf Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Wed, 8 Jul 2020 13:53:57 +0300 Subject: [PATCH] Fix ci by using an old version of isort See https://github.com/timothycrosley/isort/issues/1273 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7fa94434..b79c37c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "pypy3" install: - - "pip install flake8 pylint pytest requests isort" + - "pip install flake8 pylint pytest requests 'isort<5.0'" script: - "make flake8"