.travis.yml: add coveralls integration
This commit is contained in:
parent
b7c5b74af7
commit
af257fee14
@ -5,6 +5,9 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# command to install dependencies
|
||||
install: "pip install ."
|
||||
install: "pip install . coveralls"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
script:
|
||||
coverage run --source=pytimeparse setup.py test
|
||||
after_success:
|
||||
coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user