summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-07-06 14:01:46 -0700
committerBob Ippolito <bob@redivi.com>2021-07-09 16:07:50 -0700
commit949aeefd17eea3f597bf549af43d007381cc077d (patch)
tree1c7928fddf0202628968605164542a055bd599a0 /README.rst
parent8bef979ad8272cbc2903970f4b9992f603d50973 (diff)
downloadsimplejson-949aeefd17eea3f597bf549af43d007381cc077d.tar.gz
Replace travis and appveyor with github actions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 79f8402..6580dda 100644
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,6 @@
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 3.3+
with legacy support for Python 2.5+. It is pure Python code