Test gunicorn config in CI
This commit is contained in:
parent
fb453a3277
commit
0813b80c73
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ curlylint:
|
|||
script:
|
||||
- curlylint .
|
||||
|
||||
gunicorn_check:
|
||||
extends: .python_test_template
|
||||
script:
|
||||
- gunicorn --check-config --config etc/gunicorn.conf.py
|
||||
|
||||
djhtml:
|
||||
extends: .python_test_template
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue