summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-10-01 12:12:33 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2017-10-01 15:54:33 -0700
commitc63329f5ed582263c1cb700e12ae0dc1a7f44d1a (patch)
tree5af8ef049a3aab428f4b2c22e528558c5418a78a
parentf626287f24af5b2885f537d4ca8e654a90b57d74 (diff)
downloadnumpy-c63329f5ed582263c1cb700e12ae0dc1a7f44d1a.tar.gz
MAINT: Add appveyor badge to README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f0d075b5..a3d90f6cf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# <img alt="NumPy" src="branding/icons/numpylogo.svg" height="60">
-[![Travis](https://api.travis-ci.org/numpy/numpy.svg?branch=master)](https://travis-ci.org/numpy/numpy)
+[![Travis](https://img.shields.io/travis/numpy/numpy/master.svg?label=Travis%20CI)](https://travis-ci.org/numpy/numpy)
+[![AppVeyor](https://img.shields.io/appveyor/ci/charris/numpy/master.svg?label=AppVeyor)](https://ci.appveyor.com/project/charris/numpy)
NumPy is the fundamental package needed for scientific computing with Python.