Add default DJANGO_SECRET_KEY
This commit is contained in:
parent
353d0497ff
commit
74f134cccc
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
# Set a dummy secret key
|
||||
- DJANGO_SECRET_KEY=0
|
||||
# install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
script: python manage.py test
|
||||
|
|
Loading…
Reference in a new issue