From 3ab9652477679514d93dd970f8e7bfaa1c4c0f46 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 4 Apr 2018 12:58:49 +0100 Subject: [PATCH] travis: coverage fix --- .travis.yml | 4 ---- README.rst | 15 ++++++--------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index acbf342..43a9070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,28 +26,24 @@ jobs: python: 2.7 env: TOXENV=py27 after_success: - - coveralls - bash <(curl -s https://codecov.io/bash) -e TOX_ENV - stage: test script: python -m tox python: 3.4 env: TOXENV=py34 after_success: - - coveralls - bash <(curl -s https://codecov.io/bash) -e TOX_ENV - stage: test script: python -m tox python: 3.5 env: TOXENV=py35 after_success: - - coveralls - bash <(curl -s https://codecov.io/bash) -e TOX_ENV - stage: test script: python -m tox python: 3.6 env: TOXENV=py36 PYTHON='3.6' PYENV_VERSION='system' after_success: - - coveralls - bash <(curl -s https://codecov.io/bash) -e TOX_ENV - stage: deploy script: diff --git a/README.rst b/README.rst index dab12d4..9cbc2c5 100644 --- a/README.rst +++ b/README.rst @@ -5,29 +5,26 @@ tendo Tendo is a python module that adds basic functionality that is not (yet) provided by Python. -.. image:: https://img.shields.io/pypi/v/tendo.svg +.. image:: https://img.shields.io/pypi/v/tendo.svg?colorB=green :target: https://pypi.python.org/pypi/tendo/ -.. image:: https://img.shields.io/pypi/l/tendo.svg +.. image:: https://img.shields.io/pypi/l/tendo.svg?colorB=green :target: https://pypi.python.org/pypi/tendo/ .. image:: https://img.shields.io/pypi/wheel/tendo.svg :target: https://pypi.python.org/pypi/tendo/ -.. image:: https://img.shields.io/codeclimate/github/pycontribs/tendo.svg - :target: https://codeclimate.com/github/pycontribs/tendo +.. image:: https://img.shields.io/codecov/c/github/pycontribs/tendo/master.svg + :target: https://codecov.io/gh/pycontribs/tendo ------------ -.. image:: https://readthedocs.org/projects/tendo/badge/?version=master +.. image:: https://readthedocs.org/projects/tendo/badge/?version=latest :target: http://tendo.readthedocs.io .. image:: https://api.travis-ci.org/pycontribs/tendo.svg?branch=master :target: https://travis-ci.org/pycontribs/tendo -.. image:: https://img.shields.io/bountysource/team/pycontribs/activity.svg - :target: https://www.bountysource.com/teams/pycontribs/issues?tracker_ids=3650997 - .. image:: https://requires.io/github/pycontribs/tendo/requirements.svg?branch=master :target: https://requires.io/github/pycontribs/tendo/requirements/?branch=master :alt: Requirements Status @@ -61,4 +58,4 @@ Related project and packages TODO ---- * implement testing, see test frameworks http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy -* implement all PEP8 recomandations +* implement all PEP8 recommendations