Skip to content

Commit 6056a7e

Browse files
committed
Fix travis yml spacing
1 parent a0c760e commit 6056a7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- '3.6'
4-
install: 'pip install -r requirements.txt'
3+
- "3.6"
4+
install: "pip install -r requirements.txt"
55
script:
6-
- SECRET_KEY="whatever" python ./manage.py test
6+
- SECRET_KEY="whatever" ./manage.py test

0 commit comments

Comments
 (0)