add collectstatic and compress check to .travis.yml

This commit is contained in:
Laura Klünder 2016-09-08 14:43:18 +02:00
parent c978955421
commit daae0f79ab

View file

@ -8,3 +8,5 @@ before_script:
script:
- flake8 c3nav
- isort -c -rc .
- python manage.py collectstatic --noinput
- python manage.py compress