Commit 394bea17 by David Baumgold

Have Travis inform Coveralls of coverage information

parent b23c857b
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