2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 12:22:11 +00:00

Add script

This commit is contained in:
Oliver Walters
2019-09-15 23:42:36 +10:00
parent 56dda5eff4
commit e781202daa
2 changed files with 30 additions and 1 deletions

View File

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