Skip to content

Commit

Permalink
Add SECRET_KEY for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzll committed Sep 25, 2016
1 parent 53e9805 commit 1df6388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.5"
env:
- FLASK_APP=todolist.py
- SECRET_KEY='keep no secrets form travis'
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
Expand Down

0 comments on commit 1df6388

Please sign in to comment.