diff --git a/.travis.yml b/.travis.yml index a7ebbd024..4d3cccafa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - rm -rf ${CONDA_INSTALL_LOCN}/pkgs && ln -s ${HOME}/cache/pkgs ${CONDA_INSTALL_LOCN}/pkgs # Now do the things we need to do to install it. - - conda install --file requirements.txt coverage=3 mock python=${PYTHON} setuptools=23.0.0 ${CONDA_PKGS} --yes --quiet -c conda-forge + - conda install --file requirements.txt coverage=3 coveralls mock python=${PYTHON} setuptools=23.0.0 ${CONDA_PKGS} --yes --quiet -c conda-forge - python setup.py install script: @@ -32,6 +32,8 @@ script: - coverage run --source . setup.py test - coverage report +after_success: + - coveralls # We store the files that are downloaded from continuum.io, but not the environments that are created. cache: diff --git a/README.md b/README.md index f322e4ffa..fbb0dab98 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Overview + Connect the repo to the CI services travis-ci.org, appveyor.com, circleci.com [![Build Status](https://travis-ci.org/conda-forge/conda-smithy.svg)](https://travis-ci.org/conda-forge/conda-smithy) +[![Coverage Status](https://coveralls.io/repos/github/conda-forge/conda-smithy/badge.svg?branch=master)](https://coveralls.io/github/conda-forge/conda-smithy?branch=master) Installation ------------