Skip to content

Commit

Permalink
[test] Fix isort issue in travis build openwisp#135
Browse files Browse the repository at this point in the history
Added --recursive and --check-only tags.
Fixes openwisp#135
  • Loading branch information
Weirdo914 committed Dec 10, 2019
1 parent 5e81478 commit de0aa82
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 @@ -35,7 +35,7 @@ before_install:
- pip install -U pipenv
- pipenv install --dev --skip-lock
- pipenv run lint
- pipenv run isort
- pipenv run isort --recursive --check-only

install:
- export PIPENV_IGNORE_VIRTUALENVS=1
Expand Down

0 comments on commit de0aa82

Please sign in to comment.