check migrations in .travis.yml

This commit is contained in:
Laura Klünder 2017-06-11 16:24:58 +02:00
parent 1a30cb325e
commit 845cce3cc2

View file

@ -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