added coveralls to travis conf
This commit is contained in:
parent
7225cd3c15
commit
569c2b795e
12
.travis.yml
12
.travis.yml
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '0.6.24'
|
||||
__version__ = '0.6.25'
|
||||
|
|
|
|||
Loading…
Reference in New Issue