diff --git a/.travis.yml b/.travis.yml index fc2903c8..1e92e42e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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