summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-09-07 20:15:48 +0000
committerBob Ippolito <bob@redivi.com>2018-09-07 20:15:48 +0000
commitbfa10c093f2bcdd1fd161101d3934af96e7233c5 (patch)
treeaf70ee74af98a585439217b4674dc37a81718d12 /README.rst
parent148d73cfeba67291cb5173fd3398f33845a9fea0 (diff)
downloadsimplejson-bfa10c093f2bcdd1fd161101d3934af96e7233c5.tar.gz
Add appveyor status icon
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 196148f..cfa8808 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,9 @@ simplejson
.. image:: https://travis-ci.org/simplejson/simplejson.svg?branch=master
:target: https://travis-ci.org/simplejson/simplejson
+.. image:: https://ci.appveyor.com/api/projects/status/3riqhss6vca680gi/branch/master?svg=true
+ :target: https://ci.appveyor.com/project/etrepum/simplejson/branch/master
+
simplejson is a simple, fast, complete, correct and extensible
JSON <http://json.org> encoder and decoder for Python 2.5+
and Python 3.3+. It is pure Python code with no dependencies,