Commit 3c91b222 by David Baumgold

Merge pull request #21 from edx/db/coveralls

Have Travis inform Coveralls of coverage information
parents b23c857b 394bea17
language: python
python:
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
script: python manage.py test notifier
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python manage.py test notifier
after_success:
- coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment