Skip to content

Uniformize & Vectorize badges #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python

python: 2.7

env:
- TOX_ENV=flake8
- TOX_ENV=pypy
Expand All @@ -9,10 +11,15 @@ env:
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34

sudo: false

install:
- pip install tox

script:
- tox -e $TOX_ENV

notifications:
email:
on_success: never
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All new features should go into [2.0 branch](https://github.com/schlamar/pytest-cov/tree/2.0). Thanks! :cake:
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
pytest-cov
==========

.. image:: https://travis-ci.org/schlamar/pytest-cov.svg?branch=master
.. image:: https://img.shields.io/travis/schlamar/pytest-cov/master.svg
:target: https://travis-ci.org/schlamar/pytest-cov
:alt: Build status

.. image:: https://pypip.in/download/pytest-cov/badge.png
:target: https://pypi.python.org/pypi//pytest-cov/
.. image:: https://img.shields.io/pypi/dm/pytest-cov.svg
:target: https://pypi.python.org/pypi/pytest-cov/
:alt: Downloads

.. image:: https://pypip.in/version/pytest-cov/badge.png
.. image:: https://img.shields.io/pypi/v/pytest-cov.svg
:target: https://pypi.python.org/pypi/pytest-cov/
:alt: Latest Version

.. image:: https://pypip.in/license/pytest-cov/badge.png
.. image:: https://img.shields.io/pypi/l/pytest-cov.svg
:target: https://pypi.python.org/pypi/pytest-cov/
:alt: License

Expand Down