Skip to content

Commit 4adb978

Browse files
authored
Merge pull request #12 from python-tableformatter/appveyor_badge
Added AppVeyor badge to README
2 parents 9b22e47 + 99835b1 commit 4adb978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ tableformatter: tabular data formatter
22
======================================
33
[![Latest Version](https://img.shields.io/pypi/v/tableformatter.svg?style=flat-square&label=latest%20stable%20version)](https://pypi.org/project/tableformatter/)
44
[![Build status](https://api.travis-ci.com/python-tableformatter/tableformatter.svg?branch=master)](https://travis-ci.com/python-tableformatter/tableformatter)
5+
[![Appveyor build status](https://img.shields.io/appveyor/ci/anselor/tableformatter.svg?style=flat-square&label=windows%20build)](https://ci.appveyor.com/project/anselor/tableformatter)
56
[![codecov](https://codecov.io/gh/python-tableformatter/tableformatter/branch/master/graph/badge.svg)](https://codecov.io/gh/python-tableformatter/tableformatter)
67

78
tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.

0 commit comments

Comments
 (0)