Update travis file

This commit is contained in:
Oliver Walters 2020-08-21 21:27:39 +10:00
parent 592e87941d
commit 513142d487

View File

@ -12,16 +12,17 @@ addons:
before_install:
- sudo apt-get update
- sudo apt-get install gettext
- make install
- make migrate
- pip3 install invoke
- invoke install
- invoke migrate
- 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 translate
- make style
- invoke coverage
- invoke translate
- invoke style
after_success:
- coveralls