Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 56fd77c

Browse files
committed
appeveyor badge
1 parent cd32736 commit 56fd77c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pandas-msgpack
22
==============
33

4-
|Build Status| |Version Status| |Coverage Status|
4+
|Travis Build Status| |Appveyor Build Status| |Version Status| |Coverage Status|
55

66
**pandas-msgpack** is a package providing an interface to msgpack from pandas
77

@@ -37,8 +37,10 @@ Usage
3737

3838
See the `pandas-msgpack documentation <https://pandas-msgpack.readthedocs.io/>`_ for more details.
3939

40-
.. |Build Status| image:: https://travis-ci.org/pydata/pandas-msgpack.svg?branch=master
40+
.. |Travis Build Status| image:: https://travis-ci.org/pydata/pandas-msgpack.svg?branch=master
4141
:target: https://travis-ci.org/pydata/pandas-msgpack
42+
.. |Appveyor Build Status| image:: https://ci.appveyor.com/api/projects/status/5716aqchorgwmwxf/branch/master?svg=true
43+
:target: https://ci.appveyor.com/project/jreback/pandas-msgpack
4244
.. |Version Status| image:: https://img.shields.io/pypi/v/pandas-msgpack.svg
4345
:target: https://pypi.python.org/pypi/pandas-msgpack/
4446
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/pydata/pandas-msgpack.svg

0 commit comments

Comments
 (0)