Commit 17b18ea1 by David Baumgold

Send test results to Coveralls.io

parent 3cd58c70
language: python language: python
python: "2.7" python: "2.7"
install: install:
- "pip install coveralls"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
script: make test quality script: make test quality
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