diff --git a/.travis.yml b/.travis.yml index daabdf11..ca31b4c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python + python: 2.7 + env: - TOX_ENV=flake8 - TOX_ENV=pypy @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e94ef66b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +All new features should go into [2.0 branch](https://github.com/schlamar/pytest-cov/tree/2.0). Thanks! :cake: diff --git a/README.rst b/README.rst index 7a81bde0..4ea4a7c2 100644 --- a/README.rst +++ b/README.rst @@ -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