Add manage.py checks to travis build

This should prevent any migration fails reaching production
This commit is contained in:
David Taylor
2017-09-04 23:59:11 +01:00
parent 5f14001d01
commit ddbc0699ee

View File

@@ -30,6 +30,8 @@ before_script:
- python manage.py collectstatic --noinput
script:
- python manage.py check
- python manage.py makemigrations --check --dry-run
- coverage run manage.py test --verbosity=2
after_success: