Skip to content

Commit a0c760e

Browse files
committed
Corrected travis.yml script
1 parent a9eaae5 commit a0c760e

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 test
6+
- SECRET_KEY="whatever" python ./manage.py test

0 commit comments

Comments
 (0)