2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Remove django-migration-linter which was causing strange errors

This commit is contained in:
Oliver Walters
2021-03-02 15:53:56 +11:00
parent 7cf1715e2b
commit 9478da2ad2
3 changed files with 0 additions and 6 deletions

View File

@ -48,10 +48,6 @@ script:
- rm inventree_default_db.sqlite3
- invoke migrate
- invoke import-records -f data.json
# Run linting checks on migration files (django-migration-linter)
# Run subset of linting checks on *ALL* migration files
# Run strict migration file checks on *NEW* migrations (old ones are what they are)
- cd InvenTree && python manage.py lintmigrations 79ddea50f507e34195bad635008419daac0d7a5f -q ok ignore --no-cache && cd ..
after_success:
- coveralls