Do perform compression in tests

This commit is contained in:
Raphael Michel
2015-05-16 09:52:47 +02:00
parent 62b5d1c6eb
commit d9d0b7366b

View File

@@ -9,7 +9,8 @@ before_script:
- cd src
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
- python manage.py check
- python manage.py validate
- python manage.py collectstatic --noinput
- python manage.py compress
script:
- coverage run manage.py test -v 2
after_success: