Skip to content
Snippets Groups Projects
Commit 526feef3 authored by Dan Braghis's avatar Dan Braghis
Browse files

Make migrations/collecstatic less verbose

parent 1ea84d88
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@ script:
- python manage.py check
# Check for missing migrations
- python manage.py makemigrations --check --noinput
- python manage.py makemigrations --check --noinput --verbosity=0
# Collect static
- python manage.py collectstatic --noinput
- python manage.py collectstatic --noinput --verbosity=0
# Run tests
- coverage run --source='.' manage.py test opentech
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment