Skip to content

Commit d4dfa9d

Browse files
changed travis ci config
1 parent 5170211 commit d4dfa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222
- python manage.py collectstatic --noinput
2323

2424
script:
25-
- coverage run --source=main,authentication manage.py test --verbosity 2
25+
- coverage run --source='.' manage.py test --verbosity 2
2626

2727
after_success:
2828
- coverage report

0 commit comments

Comments
 (0)