diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 12:35:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 12:35:04 -0400 |
commit | aa5fad473d1519ebf4dbbbd02032e26a209c2c48 (patch) | |
tree | cf20e441ea64a27ad0f5346cbd0b1019744b4b3b | |
parent | 73e0e2b5dfca2142a78b01f845e402e2d0f29942 (diff) | |
download | python-coveragepy-git-aa5fad473d1519ebf4dbbbd02032e26a209c2c48.tar.gz |
Try to make the travis badge work?
-rw-r--r-- | README.rst | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -16,7 +16,7 @@ Documentation is on `Read the Docs <http://coverage.readthedocs.org>`_. Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_. -**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 |