Skip to content

Commit b294339

Browse files
Add badge for AppVeyor
1 parent 86c77c1 commit b294339

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ Extensible methods for Python mimicking typeclasses in Haskell.
88

99
.. image:: https://travis-ci.org/thejohnfreeman/python-typeclasses.svg?branch=master
1010
:target: https://travis-ci.org/thejohnfreeman/python-typeclasses
11-
:alt: Build status
11+
:alt: Build status: Linux and OSX
1212

13-
.. image:: https://readthedocs.org/projects/python-typeclasses/badge/?version=latest
14-
:target: https://python-typeclasses.readthedocs.io/
15-
:alt: Documentation status
13+
.. image:: https://ci.appveyor.com/api/projects/status/github/thejohnfreeman/python-typeclasses?branch=master&svg=true
14+
:target: https://ci.appveyor.com/project/thejohnfreeman/python-typeclasses
15+
:alt: Build status: Windows
16+
17+
.. .. image:: https://readthedocs.org/projects/python-typeclasses/badge/?version=latest
18+
.. :target: https://python-typeclasses.readthedocs.io/
19+
.. :alt: Documentation status
1620
1721
.. image:: https://img.shields.io/pypi/v/typeclasses.svg
1822
:target: https://pypi.org/project/typeclasses/

0 commit comments

Comments
 (0)