Skip to content

Commit

Permalink
Merge pull request openwisp#137 from Weirdo914/patch-1
Browse files Browse the repository at this point in the history
[test] Fix isort issue in travis build openwisp#135
  • Loading branch information
nemesifier authored Dec 11, 2019
2 parents 4fb2dea + de0aa82 commit 8009f74
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 8009f74

Please sign in to comment.