aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-02-19 16:27:57 -0500
committerPaul Ganssle <paul@ganssle.io>2016-02-20 08:32:15 -0500
commitf86795308351d103a64e7e3901f56b997e64d1cd (patch)
treec82c21d9cd04cd577341a4c872a8a293bf9e099b /README.rst
parent1ef2235b4583bd93b136cdee28755d5c2ec02a78 (diff)
downloaddateutil-f86795308351d103a64e7e3901f56b997e64d1cd.tar.gz
Added code coverage on appveyor and Travis.
Cleaned up appveyor script so the scripts it needs are in its PATH. Added codecov badge to README.me.
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 2fd7bcc..bf67222 100644
--- a/README.rst
+++ b/README.rst
@@ -9,6 +9,10 @@ dateutil - powerful extensions to datetime
:target: https://ci.appveyor.com/project/dateutil/dateutil
:alt: appveyor build status
+.. image:: https://codecov.io/github/dateutil/dateutil/coverage.svg?branch=master
+ :target: https://codecov.io/github/dateutil/dateutil?branch=master
+ :alt: Code coverage
+
.. image:: https://img.shields.io/pypi/dd/python-dateutil.svg?style=flat-square
:target: https://pypi.python.org/pypi/python-dateutil/
:alt: pypi downloads per day
@@ -18,7 +22,6 @@ dateutil - powerful extensions to datetime
:alt: pypi version
-
The `dateutil` module provides powerful extensions to
the standard `datetime` module, available in Python.