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 6e3dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e3dd53

Please sign in to comment.