diff --git a/.travis.yml b/.travis.yml index b13b12f499dd5a12e91cdcdd4440d77ba37c0de1..f7f93a87bfc657bbbc72de0e7281e0244c1209c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,15 +63,15 @@ script: # Type check the project - mypy . + # Collect static + - python manage.py collectstatic --noinput --verbosity=0 + # Run system checks - python manage.py check # Check for missing migrations - python manage.py makemigrations --check --noinput --verbosity=0 - # Collect static - - python manage.py collectstatic --noinput --verbosity=0 - # Run tests - coverage run --source='.' manage.py test .