add collectstatic and compress check to .travis.yml
This commit is contained in:
parent
c978955421
commit
daae0f79ab
1 changed files with 2 additions and 0 deletions
|
@ -8,3 +8,5 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- flake8 c3nav
|
- flake8 c3nav
|
||||||
- isort -c -rc .
|
- isort -c -rc .
|
||||||
|
- python manage.py collectstatic --noinput
|
||||||
|
- python manage.py compress
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue