From 0a6b00dd73c2c49d38e50d01add558e1bb4f3c92 Mon Sep 17 00:00:00 2001 From: Marc Schlaich Date: Mon, 24 Nov 2014 18:15:44 +0100 Subject: [PATCH 1/3] Create CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md 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: From 6e542ccc4d594a28f77927142ae2354b49e98031 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Tue, 25 Nov 2014 18:10:48 +0100 Subject: [PATCH 2/3] Use the new build env on Travis more ram and cpu, improved network and boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 From fcdb8e11aede9366014d43b1b90c63442842218d Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Mon, 12 Jan 2015 14:44:35 -0500 Subject: [PATCH 3/3] Uniformize & Vectorize badges --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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