Set secret key during tests
This commit is contained in:
parent
284d139968
commit
f5d45e65ba
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue