Add default DJANGO_SECRET_KEY

This commit is contained in:
Modulos 2017-04-10 09:48:09 +02:00
parent 353d0497ff
commit 74f134cccc
1 changed files with 4 additions and 0 deletions

View File

@ -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