mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Add manage.py checks to travis build
This should prevent any migration fails reaching production
This commit is contained in:
@@ -30,6 +30,8 @@ before_script:
|
|||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- python manage.py check
|
||||||
|
- python manage.py makemigrations --check --dry-run
|
||||||
- coverage run manage.py test --verbosity=2
|
- coverage run manage.py test --verbosity=2
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user