Skip to content

Commit 6a8408c

Browse files
committed
Travis.yml script edits with secret_key
1 parent 0d38ea5 commit 6a8408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ python:
33
- "3.6"
44
install: "pip install -r requirements.txt"
55
script:
6-
- SECRET_KEY="whatever" ./manage.py makemigrations; ./manage.py migrate; ./manage.py test
6+
- SECRET_KEY="whatever" ./manage.py makemigrations; SECRET_KEY="whatever" ./manage.py migrate; SECRET_KEY="whatever" ./manage.py test

0 commit comments

Comments
 (0)