summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2018-08-28 23:27:25 -0400
committerCharles Harris <charlesr.harris@gmail.com>2018-08-28 22:27:25 -0500
commitbcdd3e7e11b7bce4ed77f9f45fffa584c0f8438a (patch)
tree5347c594ae9c5b48fbdf551c5e3df8c7201c0b24 /README.md
parent77a82d77f6ccaed3bcdb779f6eaec31eb3c8b108 (diff)
downloadnumpy-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 605ecaf95..9fa195804 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ It provides:
Testing:
-- NumPy versions >= 1.15 require ``pytest``
-- NumPy versions < 1.15 require ``nose``
+- NumPy versions &ge; 1.15 require `pytest`
+- NumPy versions &lt; 1.15 require `nose`
Tests can then be run after installation with: