Skip to content

Commit f9d7742

Browse files
committed
update README.md for badges (circleci and fix anaconda cloud pointer)
1 parent 4136c0c commit f9d7742

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<td><img src="https://img.shields.io/pypi/v/pandas.svg" alt="latest release" /></td>
1313
</tr>
1414
<td></td>
15-
<td><img src="https://anaconda.org/pandas/pandas/badges/version.svg" alt="latest release" /></td>
15+
<td><img src="https://anaconda.org/conda-forge/pandas/badges/version.svg" alt="latest release" /></td>
1616
</tr>
1717
<tr>
1818
<td>Package Status</td>
@@ -30,6 +30,15 @@
3030
</a>
3131
</td>
3232
</tr>
33+
<tr>
34+
<td></td>
35+
<td>
36+
<a href="https://circleci.com/gh/pandas-dev/pandas">
37+
<img src="https://img.shields.io/circleci/project/github/pandas-dev/pandas.svg" alt="circleci build status" />
38+
</a>
39+
</td>
40+
</tr>
41+
<tr>
3342
<td></td>
3443
<td>
3544
<a href="https://ci.appveyor.com/project/jreback/pandas-465">

0 commit comments

Comments
 (0)