Make migrations before running script

This commit is contained in:
Oliver Walters 2019-09-15 23:43:39 +10:00
parent e781202daa
commit 2986e995d1

View File

@ -15,6 +15,7 @@ before_install:
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
script:
- cd InvenTree && python3 manage.py makemigrations && cd ..
- python3 ci/check_migration_files.py
- make coverage
- make style