Skip to content

Commit

Permalink
chg: pkg: migrating from coverage to codecov for merged repor…
Browse files Browse the repository at this point in the history
…t support.
  • Loading branch information
vaab committed Apr 11, 2017
1 parent 454ef04 commit a300573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,11 +6,12 @@ python:
- "2.7"
install:
- if [ -e requirements.txt ]; then pip install -r requirements.txt ; fi
- pip install coverage
- python setup.py develop easy_install "$(./autogen.sh --get-name)[test]" ## getting deps
script:
- nosetests -sx .
after_success:
- coveralls
- "bash <(curl -s https://codecov.io/bash) #dovis: ignore"


## Ignored by Travis, but used internally to check packaging
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -22,8 +22,8 @@ Colour
:target: https://travis-ci.org/vaab/colour/
:alt: Travis CI build status

.. image:: http://img.shields.io/coveralls/vaab/colour/master.svg?style=flat
:target: https://coveralls.io/r/vaab/colour
.. image:: http://img.shields.io/codecov/c/github/vaab/colour.svg?style=flat
:target: https://codecov.io/gh/vaab/colour/
:alt: Test coverage


Expand Down

0 comments on commit a300573

Please sign in to comment.