Skip to content

Commit

Permalink
Force installing the latest version of isort
Browse files Browse the repository at this point in the history
Version 4.2.5 that is installed on Travis prints false positives causing
checks to fail.

Make sure that version 4.3.x or higher gets installed.
  • Loading branch information
bram85 committed Apr 4, 2018
1 parent bb3f806 commit d4f843d
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 @@ -24,7 +24,7 @@ install:
- "pip install .[test]"
- "pip install pylint"
- "pip install codecov"
- "pip install isort"
- "pip install -U isort"
script:
- "green -vvr $GREEN_OPTS"
- "python -m pylint --errors-only topydo test"
Expand Down

0 comments on commit d4f843d

Please sign in to comment.