Skip to content

Commit

Permalink
Update Travis config for isort v5. (#1481)
Browse files Browse the repository at this point in the history
Closes #1462.
  • Loading branch information
carltongibson committed Aug 3, 2020
1 parent 5ae0ca4 commit fca74cd
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 @@ -37,7 +37,7 @@ jobs:
script:
- pyflakes channels tests
- black --check --diff channels tests
- isort --check-only --diff --recursive channels tests
- isort --check-only --diff channels tests

- stage: release
script: skip
Expand Down

0 comments on commit fca74cd

Please sign in to comment.