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:
|
script:
|
||||||
- curlylint .
|
- curlylint .
|
||||||
|
|
||||||
|
gunicorn_check:
|
||||||
|
extends: .python_test_template
|
||||||
|
script:
|
||||||
|
- gunicorn --check-config --config etc/gunicorn.conf.py
|
||||||
|
|
||||||
djhtml:
|
djhtml:
|
||||||
extends: .python_test_template
|
extends: .python_test_template
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue