added coveralls to travis conf

This commit is contained in:
Rossen Georgiev 2014-12-18 15:03:01 +00:00
parent 7225cd3c15
commit 569c2b795e
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
language: python
python:
- "2.7"
install: make init
script: make build
- "2.7"
install:
- make init
- pip install coveralls
script:
make build
after_success:
coveralls

View File

@ -1 +1 @@
__version__ = '0.6.24'
__version__ = '0.6.25'