Skip to content

Commit

Permalink
Fix ci by using an old version of isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Inflianskas committed Jul 8, 2020
1 parent 6740c53 commit 480cd92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python:
- "pypy3"

install:
- "pip install flake8 pylint pytest requests isort"
# Force install an old version of isort (see https://github.com/timothycrosley/isort/issues/1273)
- "pip install flake8 pylint pytest requests 'isort<5.0'"

script:
- "make flake8"
Expand Down

0 comments on commit 480cd92

Please sign in to comment.