Skip to content

Commit

Permalink
travis: coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 4, 2018
1 parent 614ad53 commit 3ab9652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 6 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3ab9652

Please sign in to comment.