Add default DJANGO_SECRET_KEY

This commit is contained in:
Modulos 2017-04-10 09:48:09 +02:00
parent 353d0497ff
commit 74f134cccc

View file

@ -2,6 +2,10 @@ language: python
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
env:
# Set a dummy secret key
- DJANGO_SECRET_KEY=0
# install dependencies # install dependencies
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
script: python manage.py test script: python manage.py test