Support coverage reporting via coverage.io. refs #623

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-09-01 15:29:13 +01:00
parent c126dc0598
commit 61371a31df

View File

@ -4,9 +4,12 @@ python:
- "2.6" - "2.6"
before_install: before_install:
- sh -c set - sh -c set
install: true install:
- pip install 'coveralls==0.4.2'
before_script: python misc/build_helpers/show-tool-versions.py before_script: python misc/build_helpers/show-tool-versions.py
script: python setup.py test --reporter=timing script: coverage run --branch --source=allmydata setup.py test --reporter=timing
after_success:
coveralls
notifications: notifications:
email: false email: false
irc: irc: