diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2018-08-28 23:27:25 -0400 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-08-28 22:27:25 -0500 |
commit | bcdd3e7e11b7bce4ed77f9f45fffa584c0f8438a (patch) | |
tree | 5347c594ae9c5b48fbdf551c5e3df8c7201c0b24 /README.md | |
parent | 77a82d77f6ccaed3bcdb779f6eaec31eb3c8b108 (diff) | |
download | numpy-bcdd3e7e11b7bce4ed77f9f45fffa584c0f8438a.tar.gz |
DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814)
* DOC: errstate() and AppVeyor badge link
Removes outdated references to Python 2.5, which hasn't been
supported for several releases.
Corrected README.rst AppVeyor badge link.
* revert appveyor badge link to charris
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ It provides: Testing: -- NumPy versions >= 1.15 require ``pytest`` -- NumPy versions < 1.15 require ``nose`` +- NumPy versions ≥ 1.15 require `pytest` +- NumPy versions < 1.15 require `nose` Tests can then be run after installation with: |