From a5e8860feb7c143fa5de0bf247e60c5223f013ae Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 2 Apr 2014 03:11:35 -0700 Subject: [PATCH 1/2] README.rst: Add drone.io link and build badge image --HG-- branch : add_drone_io_to_README_rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index fefeb288a..2c5f50d0d 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,11 @@ Changelog: http://pytest.org/latest/changelog.html Issues: https://bitbucket.org/hpk42/pytest/issues?status=open +CI: https://drone.io/bitbucket.org/hpk42/pytest + +.. image:: https://drone.io/bitbucket.org/hpk42/pytest/status.png + :target: https://drone.io/bitbucket.org/hpk42/pytest + The ``pytest`` testing tool makes it easy to write small tests, yet scales to support complex functional testing. It provides From 1bc56f98388496c28a73a2107f53edf4a8cfeaeb Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 2 Apr 2014 06:41:33 -0700 Subject: [PATCH 2/2] README.rst: Remove drone.io build badge; keep link hpk had concerns about the build badge confusing folks when shown on PyPI. --HG-- branch : add_drone_io_to_README_rst --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 2c5f50d0d..e686511cc 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,6 @@ Issues: https://bitbucket.org/hpk42/pytest/issues?status=open CI: https://drone.io/bitbucket.org/hpk42/pytest -.. image:: https://drone.io/bitbucket.org/hpk42/pytest/status.png - :target: https://drone.io/bitbucket.org/hpk42/pytest - The ``pytest`` testing tool makes it easy to write small tests, yet scales to support complex functional testing. It provides