diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-11 17:34:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-11 17:34:57 -0500 |
commit | 999e8a24ec3af2db7183c51bae5b80aa3187f701 (patch) | |
tree | 5b831ae5e945bbef7380550118d8cd75d3f0287c | |
parent | 831e4a61922f4fb4632fd269463c3e4b8939f46b (diff) | |
download | python-coveragepy-git-999e8a24ec3af2db7183c51bae5b80aa3187f701.tar.gz |
Fix the appveyor badge, broken since we pointed it to github
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. .. |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 +.. |win-ci-status| image:: https://ci.appveyor.com/api/projects/status/kmeqpdje7h9r6vsf/branch/master?svg=true :target: https://ci.appveyor.com/project/nedbat/coveragepy :alt: Windows build status .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat |