mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add coveralls
This commit is contained in:
parent
b80ac49a04
commit
0f3d8d17a0
2 changed files with 9 additions and 1 deletions
|
|
@ -4,9 +4,14 @@ before_install: >
|
|||
travis_retry sudo apt-get install python python-setuptools
|
||||
python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install: travis_retry python setup.py dev # installs tox
|
||||
install:
|
||||
- travis_retry python setup.py dev # installs tox
|
||||
- travis_retry pip install coveralls
|
||||
|
||||
script: travis_retry tox
|
||||
|
||||
after_success: coveralls
|
||||
|
||||
env:
|
||||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ All you need to do is:
|
|||
.. image:: https://travis-ci.org/letsencrypt/lets-encrypt-preview.svg?branch=master
|
||||
:target: https://travis-ci.org/letsencrypt/lets-encrypt-preview
|
||||
|
||||
.. image:: https://coveralls.io/repos/letsencrypt/lets-encrypt-preview/badge.png?branch=master
|
||||
:target: https://coveralls.io/r/letsencrypt/lets-encrypt-preview
|
||||
|
||||
.. _watch demo video: https://www.youtube.com/watch?v=Gas_sSB-5SU
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue