File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ Extensible methods for Python mimicking typeclasses in Haskell.
8
8
9
9
.. image :: https://travis-ci.org/thejohnfreeman/python-typeclasses.svg?branch=master
10
10
:target: https://travis-ci.org/thejohnfreeman/python-typeclasses
11
- :alt: Build status
11
+ :alt: Build status: Linux and OSX
12
12
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
16
20
17
21
.. image :: https://img.shields.io/pypi/v/typeclasses.svg
18
22
:target: https://pypi.org/project/typeclasses/
You can’t perform that action at this time.
0 commit comments