summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-10 14:33:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-10 14:33:48 -0500
commit016a84e3bc1ec56b6986b3f33144892ac618a5d5 (patch)
tree7ff2d8da69b945940e33603c5c985f67267ec462 /README.rst
parentfe39989ce5358c5e4311a61c359445668a17dd9b (diff)
parent3902aabd7f5c4cb0f4aba8d2785da98e87cb7d6a (diff)
downloadpytest-runner-016a84e3bc1ec56b6986b3f33144892ac618a5d5.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f571e0e..0395be7 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,10 @@
.. image:: https://img.shields.io/pypi/pyversions/pytest-runner.svg
.. image:: https://img.shields.io/travis/pytest-dev/pytest-runner/master.svg
- :target: http://travis-ci.org/pytest-dev/pytest-runner
+ :target: https://travis-ci.org/pytest-dev/pytest-runner
+
+.. image:: https://readthedocs.org/projects/pytest-runner/badge/?version=latest
+ :target: https://pytest-runner.readthedocs.io/en/latest/?badge=latest
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.