Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
adjust travis file to include only project source
Browse files Browse the repository at this point in the history
  • Loading branch information
johncosta committed Sep 28, 2013
1 parent c20a62d commit c269531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
script:
- coverage run scorinator/manage.py test --settings=scorinator.settings.test
- coverage run --source=scorinator,worker --omit="*/tests/*" scorinator/manage.py test --settings=scorinator.settings.test
after_success:
- coveralls

0 comments on commit c269531

Please sign in to comment.