check migrations in .travis.yml
This commit is contained in:
parent
1a30cb325e
commit
845cce3cc2
1 changed files with 1 additions and 0 deletions
|
@ -15,5 +15,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- flake8 c3nav
|
- flake8 c3nav
|
||||||
- isort -c -rc .
|
- isort -c -rc .
|
||||||
|
- python manage.py migrate
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
- python manage.py compress
|
- python manage.py compress
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue