Set secret key during tests

This commit is contained in:
Jake Howard 2022-06-10 16:56:25 +01:00
parent 284d139968
commit f5d45e65ba
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -46,5 +46,7 @@ test_python:
- static - static
before_script: before_script:
- source env/bin/activate - source env/bin/activate
variables:
SECRET_KEY: super-secret
script: script:
- ./manage.py test - ./manage.py test