Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Run isort in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman authored and frjo committed Feb 24, 2020
1 parent 17c8983 commit 5f3b097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
command: |
. venv/bin/activate
flake8 ./hypha
make sort
python manage.py collectstatic --noinput --verbosity=0
python manage.py check
python manage.py makemigrations --check --noinput --verbosity=1
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ script:
# Run python code style checks
- flake8 ./hypha

# Check import sort order of Python files
- make sort

# Collect static
- python manage.py collectstatic --noinput --verbosity=0

Expand Down

0 comments on commit 5f3b097

Please sign in to comment.