From aa5fad473d1519ebf4dbbbd02032e26a209c2c48 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Aug 2015 12:35:04 -0400 Subject: Try to make the travis badge work? --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index b385cc56..9e961c0c 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Documentation is on `Read the Docs `_. Code repository and issue tracker are on `Bitbucket `_, with a mirrored repository on `GitHub `_. -**New in 4.0:** ``--concurrency``, plugins for other file variants, setup.cfg +**New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg support, --skip-covered, HTML filtering, and more than 50 issues closed. @@ -33,12 +33,13 @@ License Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0. For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt. -.. |ci-status| image:: https://api.travis-ci.org/nedbat/coveragepy.svg?branch=master&style=flat - :target: https://travis-ci.org/nedbat/coveragepy - :alt: build status + +.. |ci-status| image:: https://travis-ci.org/nedbat/coveragepy.svg?branch=master + :target: https://travis-ci.org/nedbat/coveragepy + :alt: build status .. |win-ci-status| image:: https://ci.appveyor.com/api/projects/status/bitbucket/ned/coveragepy?svg=true - :target: https://ci.appveyor.com/project/nedbat/coveragepy - :alt: Windows build status + :target: https://ci.appveyor.com/project/nedbat/coveragepy + :alt: Windows build status .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat - :target: http://coverage.readthedocs.org - :alt: Documentation + :target: http://coverage.readthedocs.org + :alt: Documentation -- cgit v1.2.1