diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-10-06 15:58:54 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-10-06 16:09:45 -0600 |
commit | 3584de9788598bdcca1585dae1f2de16b3a0dbe2 (patch) | |
tree | 49f7a7fed55d08a431536723d879e249737e2ebb | |
parent | 5f3c0c2ba7f0c794a483c7e74722f95bdd3bb827 (diff) | |
download | numpy-3584de9788598bdcca1585dae1f2de16b3a0dbe2.tar.gz |
MAINT: Add azure-pipeline status badge to README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ # <img alt="NumPy" src="https://cdn.rawgit.com/numpy/numpy/master/branding/icons/numpylogo.svg" height="60"> -[](https://travis-ci.org/numpy/numpy) -[](https://ci.appveyor.com/project/charris/numpy) -[](https://codecov.io/gh/numpy/numpy) +[]( + https://travis-ci.org/numpy/numpy) +[]( + https://ci.appveyor.com/project/charris/numpy) +[]( + https://dev.azure.com/numpy/numpy/_apis/build/status/azure-pipeline%20numpy.numpy?branchName=master) +[]( + https://codecov.io/gh/numpy/numpy) NumPy is the fundamental package needed for scientific computing with Python. |