mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Do perform compression in tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user