Skip to content

Commit

Permalink
Switch to codecov from coveralls
Browse files Browse the repository at this point in the history
Note that we install coverage<4.0 in travis because test-requirements.txt is
installing the same in the tox environments. The .coverage file format
changed in 4.0.
  • Loading branch information
waylan committed Sep 9, 2017
1 parent 576e15e commit 2c7ec0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: off
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: python

matrix:
include:
- python: '2.7'
Expand All @@ -12,19 +13,25 @@ matrix:
env: TOXENV=pypy
- env: TOXENV=flake8
- env: TOXENV=checkspelling

addons:
apt:
packages:
- libtidy-0.99-0
- aspell
- aspell-en

install:
- pip install tox
- pip install coveralls
- pip install 'coverage<4.0'
- pip install codecov

script:
- tox

after_success:
- coveralls
- codecov

branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
===================

[![Build Status](http://img.shields.io/travis/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown)
[![Coverage Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master)
[![Coverage Status](https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg)](https://codecov.io/gh/Python-Markdown/markdown)
[![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
[![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
Expand Down

0 comments on commit 2c7ec0c

Please sign in to comment.