2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Remove travis script

This commit is contained in:
Oliver Walters
2021-03-31 21:07:16 +11:00
parent ac9753e72c
commit f71ebc20ec
2 changed files with 2 additions and 54 deletions

View File

@ -33,12 +33,13 @@ jobs:
invoke coverage
- name: Data Import Export
run: |
rm test_db.sqlite
invoke migrate
invoke import-fixtures
invoke export-records -f data.json
rm test_db.sqlite
invoke migrate
invoke import-records -f data.json
- name: Check Migration Files
run: python3 ci/check_migration_files.py
- name: Upload Coverage Report
run: coveralls