summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-15 21:05:28 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-15 21:05:28 -0400
commit0271f71a1189d3b19702483379b92389e4e37f5d (patch)
treef0815b35b4cd9d88948af63a625e91c9280d2f30 /README.rst
parentd2d77777ed4a52b059bdd390278c7d05fdb5a2b1 (diff)
parentd024388cac7d3804c763e6f5656e75a6bde7d33c (diff)
downloadpytest-runner-0271f71a1189d3b19702483379b92389e4e37f5d.tar.gz
Merge with skeleton
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8e86ffb..00a1500 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,12 @@
-pytest-runner
-=============
+.. image:: https://img.shields.io/pypi/v/pytest-runner.svg
+ :target: https://pypi.org/project/pytest-runner
+
+.. image:: https://img.shields.io/pypi/pyversions/pytest-runner.svg
+
+.. image:: https://img.shields.io/pypi/dm/pytest-runner.svg
+
+.. image:: https://img.shields.io/travis/jaraco/pytest-runner/master.svg
+ :target: http://travis-ci.org/jaraco/pytest-runner
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.