add coveralls.io support
This commit is contained in:
parent
85de7a3deb
commit
a30c17f4dc
1 changed files with 3 additions and 0 deletions
|
@ -8,7 +8,10 @@ python:
|
|||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install --use-mirrors unittest2; fi
|
||||
- travis_retry pip install --use-mirrors -r dev-requirements.txt
|
||||
- travis_retry pip install --use-mirrors coveralls
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
# use new travis-ci container-based infrastructure
|
||||
sudo: false
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in a new issue